@extends('layouts.master') @section('title', 'Create User') @section('css') @endsection @section('breadcrumb')

Users Management

@endsection @section('main_content')
@csrf @include('admin.user.fields')
@endsection @section('scripts') @endsection