@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', __('Add User')) @section('content') @if ($errors->any()) @endif

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

@csrf
{{--
--}}
{{ __('Cancel') }}
@endsection @section('scripts') @endsection