@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')}}
{{__('common.files')}}
@stop