@extends('layouts.main') @section('content')

Edit Profile

{{ csrf_field() }}
Email address must be unique.
Confirm password must be same with main Password.
{{--
--}}
@if ($loggedUserDetails['is_admin'] == 1 || $loggedUserDetails['team_trainer_id'] == 1)
@endif @if ($loggedUserDetails['is_admin'] == 1 || $loggedUserDetails['team_trainer_id'] == 1)
@else @endif
@if ($loggedUserDetails['is_admin'] == 1 || $loggedUserDetails['team_trainer_id'] == 1)
you can choose multiple options.
@else
@endif
is_admin == '1') ? 'checked':'' }} />
is_team_trainer == '1') ? 'checked':'' }} />
is_hr == '1') ? 'checked':'' }} />
is_dot == '1') ? 'checked':'' }} />
is_trainer == '1') ? 'checked':'' }} />
is_ops == '1') ? 'checked':'' }} />
dot_in_training == '1') ? 'checked':'' }} />
{{--
is_admin == '1') ? 'checked':'' }} />
is_team_trainer == '1') ? 'checked':'' }} />
is_dot == '1') ? 'checked':'' }} />
is_trainer == '1') ? 'checked':'' }} />
is_ops == '1') ? 'checked':'' }} />
is_hr == '1') ? 'checked':'' }} />
dot_in_training == '1') ? 'checked':'' }} />
--}}
@endsection @section('sub_header') @section('sub_header')
Edit Profile
@endsection @section('theam_css') @endsection @section('js_file') @endsection @section('page_js') @endsection