@extends('admin.layouts.master') @section('title', 'View Instructor - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('View Instructor') }} @endslot @slot('menu1') {{ __('Instructor') }} @endslot @slot('menu2') {{ __('All Instructor') }} @endslot @slot('menu3') {{ __('View Instructor') }} @endslot @endcomponent
{{ __('View Instructor')}}
  • {{ __('adminstaticword.Name') }}: {{ $show->fname }} {{ $show['lname'] }}
  • {{ __('adminstaticword.Role') }}: {{ $show->role }}
  • {{ __('adminstaticword.Phone') }}: {{ $show->mobile }}
  • {{ __('adminstaticword.Email') }}: {{ $show->email }}
  • {{ __('adminstaticword.Detail') }}: {{ $show->detail }}
  • {{ __('adminstaticword.Resume') }}: {{ __('adminstaticword.Download') }}
{{ csrf_field() }} {{ method_field('PUT') }}

status==1 ? 'checked' : '' }} />
@endsection