@section('title', $title) @section('description', $description) @extends('layout.app') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('profession') }}
{{ $errors->first('gender') }}
{{ $errors->first('status') }}