@extends('admin.layouts.master') @section('title','Edit Student') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Student') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('User') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Recommended size') }} (410 x 410px)
Upload
@if($user->user_img != null || $user->user_img !='')
User Image
@else
User Image
@endif
{{ __('Recommended-size') }} (410 x 410px)
{{ __('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