@extends('layouts.app') @section('title') {{ __('Create User') }} @endsection @section('breadcrumb')

{{__('Users')}}

@endsection @section('content')

{{ __('Create User') }}

@csrf
@include('admin.users._form')
@endsection @section('scripts') @endsection