@extends('layouts.app') @section('title', 'Add User') @push('css') @endpush @section('content') Add New User Personal Information Select role @foreach ($roles as $role) {{ $role['name'] }} @endforeach {{-- --}} {{-- --}} License Information @foreach ($states as $abbr => $state) {{ $state }} @endforeach Additional Information Tax Sales Foreclosures Short Sales REO (Real Estate Owned) Properties Commercial Real Estate Luxury Real Estate Investment Properties New Construction Sales Property Management Land Sales Acquisition and Development Senior Housing Real Estate First-Time Home Buyers Vacation and Second Homes Industrial Real Estate Retail Real Estate Relocation Services Lease Negotiation Real Estate Consulting Auction Properties Multi-Family Properties Corporate Real Estate Services Agricultural Real Estate Green and Sustainable Real Estate Historic Property Sales Affordable Housing Estate Liquidation Asset Management Real Estate Investment Trusts (REITs) Distressed Property Sales Condo and Co-Op Sales Manufactured and Mobile Home Sales Leasing Specialist Real Estate Analytics and Research Real Estate Technology Specialist Title and Escrow Services FHA/VA Loan Specialist Commercial Leasing {{ __('Add User') }} @endsection {{-- custom js --}} @once @push('js') @endpush @endonce