@extends('layouts.admin') @section('content')

Add User

@csrf
{{ $errors->first('full_name') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}
{{ $errors->first('address') }}
User avatar
@endsection @section('page_scripts') @endsection