@extends('backoffice.admin.layout') @section('content') @php $sect = sections()->find($id); $sections = sections()->where('page', $sect->page); @endphp

{{$pagename ?? ""}}

@foreach ($sections as $section) @endforeach
Image Section Titre Ajouter
@if ($section->image) @elseif ($section->icon) @else @endif {{$section->section}} {{$section->title}} Modifier
Image Section Titre Ajouter
@endsection