@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Privacy Policy Privacy Policy @csrf Banner Title: Terms Conditions Description: {{ old('description', $privacyPage['description'] ?? '')}} Banner Image: (*Dimension - 1920px X 957px) @if (isset($privacyPage->banner_image) && !empty($privacyPage->banner_image)) @else @endif Choose Image {{ isset($privacyPage) ? 'Update' : 'Submit' }} @include('Partials.footer')