@extends('layouts.app') @section('template_title') {{ __('Create') }} User @endsection @section('content')
@includeif('partials.errors')
{{ __('Create') }} User
@csrf @include('user.form')
@endsection