@can('change_status_trainers') @endcan @can('update_trainers') @endcan @can('delete_trainers') @endcan @php $i =1; @endphp @if(count($data['trainers']) > 0) @foreach($data['trainers'] 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 @can('change_status_trainers') @endcan @can('update_trainers') @endcan @can('delete_trainers') @endcan @endforeach @else @endif
# العنوان الجوال الصورةالحالةالتعديلحذف
{{$i++}} {{$row->title_ar ?? " - "}} {{$row->mobile ?? " - "}} @if(!empty($row->photo)) photo) }}" > photo) }}" width="40px" height="40px" style="border-radius: 50%" alt=""> @else @endif {{$text}}
لا يوجد بيانات
{!! $data['trainers']->render() !!}