@extends('layouts.dashboard') @section('header')

{{ __('Add User') }}

@endsection @section('content')

Add New User

Fill in the details below to add a new user.

@csrf
Cancel
@endsection