@extends('layouts.app') @section('title', 'Users') @section('content')
@csrf @include('user.partials.form', ['header' => 'Create a User'])
@stop @push('styles') @endpush @push('scripts') @endpush