@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Footer Bottom Section Footer Bottom Section @csrf Terms Conditions Text: Terms Conditions Link: Privacy Ploicy Text: Privacy Ploicy Link: WebsiteBy Text: WebsiteBy Link: Rights Text: {{ isset($footerBottomSection) ? 'Update' : 'Submit' }} @include('Partials.footer')