@extends('layouts.app') @section('content')
{{ $errors->first('name') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('password') }}
@endif{{ $errors->first('role') }}
@endif{{ $errors->first('company_name') }}
@endif{{ $errors->first('last_name') }}
@endif{{ $errors->first('phone') }}
@endif{{ $errors->first('mobile') }}
@endif{{ $errors->first('address') }}
@endif{{ $errors->first('progress_sms_notfications') }}
@endif{{ $errors->first('progress_email_notfications') }}
@endif{{ $errors->first('job_email_notfications') }}
@endif{{ $errors->first('job_email_notficationsob') }}
@endif{{ $errors->first('code') }}
@endif