@extends('AdminPanel.layouts.main')
@section('main-section')
{{ session()->get('msg') ?? null }}
{{--
This is Your Category
--}}
Id |
Nom de la spécialité |
Date de création |
Date de modification |
@foreach ($cate as $item)
{{ $item->id }} |
{{ $item->libelle_spec }} |
{{ $item->created_at }} |
{{ $item->updated_at }} |
@if (session()->get('AdminUser')['type'] == 'R')
@endif
|
@endforeach
{{--
1 |
Mark |
Otto |
@mdo |
2 |
Jacob |
Thornton |
@fat |
3 |
Larry the Bird |
@twitter |
--}}
@endsection
@section('scripts')
@endsection