@include('dashboard.layouts.header')

SANP Food Stamp License List

@foreach ($snapFoodStampLicenses as $license) @endforeach
Action ID First Name Last Name Email Phone Entity Name Entity Type State Formation Date Formation Yearly Sales Products Sold 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->yearly_sales }} {{ $license->list_product_sold }} {{ $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')