@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Instructor Create')) @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __('Promote to Instructor') }}
@csrf

{{ __('User') }}: {{ $user->name }}

@endsection