|
|
{{\Carbon\Carbon::parse($row->created_at)->format('d/m/Y')}} |
 |
{{$row->name}} |
@if ($row->status == 'false')
{{ awtTrans('غير مفعل') }}
@else
{{ awtTrans('مفعل') }}
@endif
|
{{$row->slug}} |
@if($row->type == 'logistic' || ( $row->type == null && $row->slug == 'sub_category'))
- |
@else
|
@endif
@if($row->slug != 'ads' && $row->slug != 'logistics_services')
@endif
|
@endforeach