@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')
@csrf @method('PUT')
User Type:*
User Name  *
Full Name  *
Cell Phone  *
Email  *
Password  
Country  *
State  *
City city }} required> {{-- @if ($user->city_id) @foreach ($cities as $id => $name) @endforeach @endif --}}
County
Zip  *
Tax Exemption  
is_taxable_user ? 'checked' : '' }}>
Address  *
Note  

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