@include('dashboard.layouts.header')

Sales Tax Vendor Identification Number List

@foreach ($salesTaxVendorIdentificationNumbers as $app) @endforeach
Action ID First Name Last Name Email Phone Address Suite City/State/Zip Fax Entity Type Entity Name Is New Business CI State DBA Date Formation State Formation Business Start Date Monthly Sales EIN CI Address CI Suite CI City/State/Zip Business Description Product/Service Bank Name Routing # Account # BI Address BI Suite BI City/State/Zip Shareholder 1 Shareholder 2 Fee Amount Signature Name Signature Signature Date Customer ID Created At
Edit {{ $app->id }} {{ $app->first_name }} {{ $app->last_name }} {{ $app->email }} {{ $app->phone }} {{ $app->address }} {{ $app->suite }} {{ $app->city_state_zip }} {{ $app->fax }} {{ $app->entity_type }} {{ $app->entity_name }} {{ $app->is_new_bubusiness }} {{ $app->ci_state }} {{ $app->dba }} {{ $app->date_formation }} {{ $app->state_formation }} {{ $app->business_start_date }} {{ $app->monthly_sales }} {{ $app->ein_number }} {{ $app->ci_address }} {{ $app->ci_suite }} {{ $app->ci_city_state_zip }} {{ $app->business_description }} {{ $app->product_service }} {{ $app->bank_name }} {{ $app->routing_number }} {{ $app->account_number }} {{ $app->bi_address }} {{ $app->bi_suite }} {{ $app->bi_city_state_zip }} {{ $app->shareholder1_name }}
{{ $app->shareholder1_phone }}
{{ $app->shareholder2_name }}
{{ $app->shareholder2_phone }}
{{ $app->fee_amount }} {{ $app->signature_name }} {{ $app->signature }} {{ $app->signature_date }} {{ $app->customer_id }} {{ $app->created_at }}
@include('dashboard.layouts.footer')