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

Create User

@csrf @include('admin.users.admin_form')
@endsection