@extends('layouts.app') @section('title', 'Profile') @section('content')
{{ $errors->first('email') }}
{{ $errors->first('name') }}
{{ $errors->first('f_name') }}
{{ $errors->first('m_name') }}
{{ $errors->first('d_of_b') }}
{{ $errors->first('phone') }}
{{ $errors->first('address') }}