@extends('layouts.admin')
{{ trans('home.table_contain_all_data_shortly_you_can_view_more_details') }}
| {{ trans('home.id') }} | {{ trans('home.ssn') }} | {{ trans('home.name') }} | {{ trans('home.email') }} | {{ trans('home.phone') }} | {{ trans('home.image') }} | {{ trans('home.status') }} | |
|---|---|---|---|---|---|---|---|
| {{ $instructor->user->id }} | {{ $instructor->user->instructor_info->ssn }} | {{ $instructor->user->f_name.' '.$instructor->user->l_name }} | {{ $instructor->user->email}} | {{ $instructor->user->instructor_info->mobile}} |
@if($instructor->user->image)
|
{{ $instructor->user->status==1? __('home.active') : __('home.inactive') }} |