@extends('AdminPanel.layouts.main') @section('main-section')

Sections

{{ session()->get('msg') ?? null }}
{{--

This is Your Category

--}}
@foreach ($cate as $item) @endforeach {{-- --}}
Id Nom de la section Date de création Date de modification
{{ $item->id }} {{ $item->libelle_sess }} {{ $item->created_at }} {{ $item->updated_at }} @if (session()->get('AdminUser')['type'] == 'R') @endif
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
@endsection @section('scripts') @endsection