@extends('backend.admin.master') @section('content')
All Instructor
Back

@foreach ($active_instructor as $index => $item) @endforeach
NO Image Name Email Phone Status Action
{{ $index + 1 }} @if ($item->photo) @else No image found @endif {{ $item->name }} {{ $item->email }} {{ $item->phone }} @if ($item->status == 1) Active @else Inactive @endif
status == 1 ? 'checked' : '' }}>
@endsection @push('scripts') @endpush