@include('dashboard.layouts.header')

Unemployment Insurance

@foreach ($unemploymentInsurance as $license) @endforeach
Action ID First Name Last Name Email Phone Entity Name Entity Type State Formation Date Formation Shareholder 1 Shareholder 2 Fee Amount Signature Name Signature Date Created At
Edit {{ $license->id }} {{ $license->first_name }} {{ $license->last_name }} {{ $license->email }} {{ $license->phone }} {{ $license->entity_name }} {{ $license->entity_type }} {{ $license->state_formation }} {{ $license->date_formation }} {{ $license->shareholder1_name }}
{{ $license->shareholder1_phone }}
{{ $license->shareholder2_name }}
{{ $license->shareholder2_phone }}
{{ $license->fee_amount }} {{ $license->signature_name }} {{ $license->signature_date }} {{ $license->created_at }}
@include('dashboard.layouts.footer')