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