@include('Partials.sidebar')
@include('Partials.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Footer Section

Footer Section

@csrf
@php $slideContents = json_decode($footerSection->phone, true); @endphp @if (!empty($slideContents) && count($slideContents) > 0) @foreach ($slideContents as $index => $slides_content)
@endforeach @else
@endif


@include('Partials.footer')