@include('shared.header')
@include('shared.navbar')
التصنيف |
الاسم |
الصوره |
اظهار / اخفاء |
التحكم |
@foreach ($managers as $managersValues)
{{ $managersValues->category->cat_name }}
|
{{ $managersValues->title }}
|
|
@if ($managersValues->Active == 1)
@else
@endif
|
تعديل
حذف
|
@endforeach
@include('shared.footer')