@extends('admin.admin_master') @section('admin')
@if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')

Footer - Pied de page

{{--
--}} {{-- Category--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- Content--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($footer->logo)--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{--
--}}
@if ($footer->logo) Background Image @endif
@foreach (json_decode($footer->links, true) as $index => $link)
@endforeach
@foreach (json_decode($footer->legal_links, true) as $index => $link)
@endforeach
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@foreach (json_decode($footer->links, true) as $index => $link)
@endforeach
@foreach (json_decode($footer->latest_posts, true) as $index => $post)
@if (isset($post['image']) && $post['image']) Latest Post Image Preview @else @endif
@endforeach
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
@if ($footer->logo) @else @endif
@foreach (json_decode($footer->legal_links, true) as $index => $link)
@endforeach
@endsection