@extends('admin.layouts.master') @section('title', 'View Instructor - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('View Instructor')}}
  • {{ __('Name') }}: {{ $show->fname }} {{ $show['lname'] }}
  • {{ __('Role') }}: {{ $show->role }}
  • {{ __('Phone') }}: {{ $show->mobile }}
  • {{ __('Email') }}: {{ $show->email }}
  • {{ __('Detail') }}: {{ $show->detail }}
  • {{ __('Resume') }}: {{ __('Download') }}
{{ csrf_field() }} {{ method_field('PUT') }}

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