@include('dashboard.layouts.header')

Retail Cigarette License

@foreach ($retailCigaretteLicense as $license) @endforeach
Action ID First Name Last Name Address Suite City/State/Zip Phone Fax Email Entity Name Entity Type Date Formation State Formation EIN Number Monthly Sales License Date CI Address CI Suite CI City/State/Zip Application Type Sold at Retail Sold at Car Sold at Vending Business Description Bank Name Routing Number Account Number Shareholder 1 Shareholder 2 Fee Amount Signature Name Signature Signature Date Customer ID Created At
Edit {{ $license->id }} {{ $license->first_name }} {{ $license->last_name }} {{ $license->address }} {{ $license->suite }} {{ $license->city_state_zip }} {{ $license->phone }} {{ $license->fax }} {{ $license->email }} {{ $license->entity_name }} {{ $license->entity_type }} {{ $license->date_formation }} {{ $license->state_formation }} {{ $license->ein_number }} {{ $license->monthly_sales }} {{ $license->license_date }} {{ $license->ci_address }} {{ $license->ci_suite }} {{ $license->ci_city_state_zip }} {{ $license->application_type }} {{ $license->sold_at_retail }} {{ $license->sold_at_car }} {{ $license->sold_at_vending }} {{ $license->business_description }} {{ $license->bank_name }} {{ $license->routing_number }} {{ $license->account_number }} {{ $license->shareholder1_name }}
{{ $license->shareholder1_phone }}
{{ $license->shareholder2_name }}
{{ $license->shareholder2_phone }}
{{ $license->fee_amount }} {{ $license->signature_name }} {{ $license->signature }} {{ $license->signature_date }} {{ $license->customer_id }} {{ $license->created_at }}
@include('dashboard.layouts.footer')