@extends('admin.layouts.master') @section('title', 'View Instructor - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.InstructorRequest') }}

  • {{ __('adminstaticword.Name') }}: {{ $show->fname }} {{ $show['lname'] }}
  • {{ __('adminstaticword.Role') }}: {{ $show->role }}
  • {{ __('adminstaticword.Phone') }}: {{ $show->mobile }}
  • {{ __('adminstaticword.Email') }}: {{ $show->email }}
  • {{ __('adminstaticword.DateofBirth') }}: {{ $show->dob }}
  • {{ __('adminstaticword.Gender') }}: {{ $show->gender }}
  • {{ __('adminstaticword.Detail') }}: {{ $show->detail }}
  • {{ __('adminstaticword.Resume') }}: {{ __('adminstaticword.Download') }}
{{ csrf_field() }} {{ method_field('PUT') }}

  • status==1 ? 'checked' : '' }}>

  • @endsection