@include('dashboard.layouts.header')

Incorpation Authorization For Professional Corporation

@foreach ($incorpationAuthorization as $report) @endforeach
Action ID First Name State Corporations Entity Type Business Description Profession Practicing Processing Time I Agree Fee Amount Signature Name Signature Date Shareholder 1 Shareholder 2 Card Name Billing Address Created At
Edit {{ $report->id }} {{ $report->first_name }} {{ $report->state }} {{ $report->corporation_1 }}
{{ $report->corporation_2 }}
{{ $report->corporation_3 }}
{{ $report->entity_type }} {{ Str::limit($report->business_description, 30) }} {{ Str::limit($report->profession_practicing, 30) }} {{ $report->processing_time }} {{ $report->i_agree }} {{ $report->fee_amount }} {{ $report->signature_name }} {{ $report->signature_date }} {{ $report->shareholder1_name }}
{{ $report->shareholder1_phone }}
{{ $report->shareholder2_name }}
{{ $report->shareholder2_phone }}
{{ $report->card_name }} {{ $report->billing_address }}
{{ $report->billing_city }}, {{ $report->billing_state }} {{ $report->billing_zip }}
{{ $report->created_at }}
@include('dashboard.layouts.footer')