@extends('admin.layouts.app') @section('title', 'Create User') @section('breadcrumb')
  • Users
  • Create User
  • @endsection @section('heading', 'Create User') @section('subheading', 'Add a new user to the system.') @section('content')
    @csrf {{-- Personal Info --}}

    Personal Info

    {{-- Account --}}

    Account

    {{-- Profile --}}

    Profile

    {{-- Permissions (Agent / Agency specific) --}} {{-- Actions --}}
    Cancel
    @endsection @section('scripts') @endsection