@extends('layouts.app_layout') @section('title') Edit Trainer @endsection @section('content') @include('inc.errors')
@csrf

Edit Trainer - {{$trainer->full_name}}

Please enter your first, second and last names.
{{-- Email will be used . --}}
is_active == 1) value = 1 checked @else {{(old('is_active') == 1) ? 'value = 1 checked' : ' value = 1 '}} @endif >
allow_login == 1) value = 1 checked @else {{(old('allow_login') == 1) ? 'value = 1 checked' : ' value = 1 '}} @endif >

Roles and Permissions

{{-- Change Password --}}

Username : {{ $trainer->user_name }}

{{-- @csrf
Be careful will writing your password and use complex password
Be careful will writing your password and use complex password
Password not matched
--}}

More Informations

@if ($trainer->image !== null)
{{$trainer->full_name}}
@endif

Education INfo

{{-- If other selected show the other qualification --}}

Experience INfo


Education INfo

Back To All Trainers @endsection