@extends('layouts.login') @section('title', 'Create Profile | ') @section('content')
{{ $errors->first('first_name') }}
{{ $errors->first('phone_number') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}