@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Footer Section Footer Section @csrf Footer Title: Footer Description: {{ old('description', $footerSection->description ?? '') }} Sub Title: Address: {{ old('address', $footerSection->address ?? '') }} Phone Number: @php $slideContents = json_decode($footerSection->phone, true); @endphp @if (!empty($slideContents) && count($slideContents) > 0) @foreach ($slideContents as $index => $slides_content) Phone Number: Remove @endforeach @else Phone Number: Remove @endif Add New Mail ID: {{ isset($footerSection) ? 'Update' : 'Submit' }} @include('Partials.footer')