@extends('layout.master') @section('css') @stop @section('content')

My Profile

@csrf
@if ($errors->has('profile_picture'))
{{ $errors->first('profile_picture') }}
@endif
@if ($errors->has('username'))
{{ $errors->first('username') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if ($errors->has('mobile_number'))
{{ $errors->first('mobile_number') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($profile->get_trainer_details->trainer_type != null)
@if ($errors->has('trainer_type'))
{{ $errors->first('city') }}
@endif
@endif @if ($trainer_associated != '' || $trainer_associated != null)
@if ($errors->has('trainer_type'))
{{ $errors->first('city') }}
@endif
@endif

{{ 'Trainer Documents' }}

Photo Id
@if ($profile->get_trainer_details->photo_id_is_approved == 'Approved')
Approved
@elseif($profile->get_trainer_details->photo_id_is_approved=='Pending')
Pending
@elseif($profile->get_trainer_details->photo_id_is_approved=='Rejected')
Rejected
@else
Pending
@endif

{{ 'Change Password' }}

@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@stop @section('script') @stop