@extends('admin.layouts.app') @section('title', $title) @section('content')

{{ $title }}

@csrf @include('admin.user.partials.form', ['buttonLabel' => 'Create User'])
@endsection