All Instructor
| NO | Image | Name | Phone | Status | Action | |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if ($item->photo)
|
{{ $item->name }} | {{ $item->email }} | {{ $item->phone }} | @if ($item->status == 1) Active @else Inactive @endif |
status == 1 ? 'checked' : '' }}>
|