@extends('admin.layouts.master') @section('title','Edit Instructor') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Instructor') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('Instructor') }}
{{ csrf_field() }} {{ method_field('PUT') }}

email_verified_at != NULL ? 'checked' : '' }} />

status == '1' ? 'checked' : '' }} />
@endsection @section('script') @endsection