@extends('layouts.app') @section('content')
{{ $errors->first('name') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('password') }}
@endif{{ $errors->first('role_id') }}
@endif{{ $errors->first('phone') }}
@endif{{ $errors->first('dob') }}
@endif{{ $errors->first('photo') }}
@endif