@if(Session::has('error'))
{{ Session::get('error') }}
@endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
| # |
Classe |
الشعبة |
Action |
@foreach($orientation as $orient)
| {{ $orient->id }} |
{{ $orient->classe->name }} |
@foreach($pieces as $piec)
@if($piec !== '')
{{ $piec }}
@endif
@endforeach
|
@if(auth()->user()->super_admin == 1)
@endif
|
@endforeach