@extends('dashboard.base') @section('css') @endsection @section('content')

Create New User

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('message')) @endif
@csrf
First Name
Last Name
Contact
Email
Role
Password
Return
@endsection @section('javascript') @endsection