@extends('layouts.app') @section('content')
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}