@extends('layouts.admin') @section('title', 'Add User') @section('content')
Back

Add User

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