@extends('layouts.light.master') @section('title', 'User Menu') @section('css') {{-- --}} {{-- --}} @endsection @section('style') @endsection @section('breadcrumb-title')

Create User

@endsection @section('breadcrumb-items') @endsection @section('content')
@include('partial.message')
@csrf
{{-- + Product Catalog - (Door point Factors) --}}
User Type:*
User Name  *
First Name  *
Last Name  *
Cell Phone  *
Email  *
Country  * {{-- --}}
State  *
City  * {{-- --}}
County {{-- --}}
Zip  
Tax Exemption  
Address  
Note  

Business Name
Gross Sales
{{--
Status *
--}}
@endsection @section('script') {{-- --}} @endsection