@extends('AdminPanel.layouts.master') @section('content')
@csrf
{{__('common.MainProfileData')}}
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('another_phone')) {{ $errors->first('another_phone') }} @endif
{{__('common.loginData')}}
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{__('common.employmentDetails')}}
countLateAttendance == 1) checked @endif>
countOverTime == 1) checked @endif>
{{__('common.files')}}
avatar
avatar
@if($user->files != '')
{!!$user->filesHtml()!!}
@endif
@stop