@include('dashboard.layouts.header')

Retail Cigarette License

Retail Cigarette License Form


@if (session('success'))
{{ session('success') }}
@endif @if(isset($report))
@csrf @method('PUT') @else @csrf @endif

Contact Information

@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('email') {{ $message }} @enderror

Company Information


sold_at_retail ?? '') == '1' ? 'checked' : '' }}>
sold_at_car ?? '') == '1' ? 'checked' : '' }}>
sold_at_vending ?? '') == '1' ? 'checked' : '' }}>

Bank information


Shareholder Information


Shareholder 1

Shareholder 2

I authorize ITAXEXPERTS.COM to Apply for Retail Cigarette License and willing to pay $ (exclusive of State and county Fee).
^Please fill in Fee Amount as Mentioned in Fee Schedule. Or Fee Discussed with Accountant.



@include('dashboard.layouts.footer')