@extends('layout.app') @section('content')

{{__("Add New User")}}

@csrf @include("user._form")
@endsection