@extends('layouts.backend-layout') @section('content')

{{ $privacy_policy?$privacy_policy->small_title:"" }}

{{ $privacy_policy?$privacy_policy->big_title:"" }}

{!! $privacy_policy?$privacy_policy->description:"" !!}

@if(Auth::guard('admin')->user()->roles->edit==1)
Update Privacy Policy

@csrf
Description *
@error('description')
{{ $message }}
@enderror
@endif
@endsection