@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
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Instructor') }}
{{ csrf_field() }} {{ method_field('PUT') }}
@if(Auth::User()->role=="admin") @endif @if(Auth::User()->role=="instructor") @endif @if(Auth::User()->role=="user") @endif
{{ __('adminstaticword.Recommendedsize') }} (1375 x 409px)
{{ __('Upload') }}
@if($user->user_img != null || $user->user_img !='')
User Image
@else
User Image
@endif

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

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