@extends("layouts.admin.app") @section("page-title") {{__("Users")}} @endSection @section("page-nav-title")

{{__("Create User")}}

@endsection @section("content") @include("includes.dialog")

Create New User

@csrf
@error("full_name")
{{$message}}
@enderror
@error("email")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror


@error("password")
{{$message}}
@enderror
@endsection @section("scripts") @endsection