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

Edit User Details

@endsection @section('breadcrumb-items') @endsection @section('content')
@include('partial.message')
@csrf @method('PUT')
{{-- + Product Catalog - (Door point Factors) --}}
User Type: * @if ($edit_user->status == 'approved') @endif
Select User's Representative: * {{-- @if ($edit_user->getRoleNames()->first() === 'Customer') @foreach ($users as $user) @if ( $user->getRoleNames()->first() !== 'Representative' && $user->getRoleNames()->first() !== 'Admin' && $user->getRoleNames()->first() !== 'Customer') @endif @endforeach @else @foreach ($users as $user) @if ($user->getRoleNames()->first() == 'Representative' && $user->getRoleNames()->first() !== 'Admin') @endif @endforeach @endif
User Name  *
First Name  *
Last Name  *
Cell Phone  *
Email  *
{{-- Password  * --}} Password
Country  * {{-- --}}
State  * {{-- --}}
City  * {{-- --}}
County
Zip  *
Tax Exemption  
is_taxable_user ? 'checked' : '' }}>
Address  
{{--
Company  
--}}
Business Name
{{--
Gross Sales
--}} {{--
Status *
--}}
@endsection @section('script') @endsection