@php
$i =1;
@endphp
@if(count($data['universities']) > 0)
@foreach($data['universities'] as $row)
@php
if($row->status==1){
$class='btn btn-success m-btn m-btn--icon m-btn--pill';
$color='green';
$icon='check';
$text = "مفعل";
}else{
$class='btn btn-danger m-btn m-btn--icon m-btn--pill';
$color='red';
$icon='check';
$text = "غير مفعل";
}
@endphp
|
{{$i++}}
|
{{$row->title_ar ?? " - "}}
|
@if(!empty($row->photo))
photo) }}" >
photo) }}" width="40px" height="40px" style="border-radius: 50%" alt="">
@else
@endif
|
@can('change_status_universities')
{{$text}}
|
@endcan
@can('update_universities')
|
@endcan
@can('delete_universities')
|
@endcan
@endforeach
@else
| لا يوجد بيانات |
@endif