Company Profile

@csrf
* @if ($errors->has('mgmt_name')) {{ $errors->first('mgmt_name') }} @endif
@if ($errors->has('mgmt_email')) {{ $errors->first('mgmt_email') }} @endif
@if ($errors->has('mgmt_phone')) {{ $errors->first('mgmt_phone') }} @endif
@if ($errors->has('mgmt_add')) {{ $errors->first('mgmt_add') }} @endif
@if ($errors->has('mgmt_city')) {{ $errors->first('mgmt_city') }} @endif
@if ($errors->has('mgmt_zip')) {{ $errors->first('mgmt_zip') }} @endif
@if ($errors->has('mgmt_web')) {{ $errors->first('mgmt_web') }} @endif