@extends('layouts.simple.master') @section('css') @endsection @section('main_content')

Users Management

Add User

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