@include('includes.header')
# | State Name | Employer | Action Type | Total Records | Start Date | View Records |
---|---|---|---|---|---|---|
{{ $key+1 }} | {{ $row->state_name }} | {{ $row->employer_name }} | @if($row->action_type == 'CREATE') {{ $row->action_type }} @elseif($row->action_type == 'UPDATE') {{ $row->action_type }} @else {{ $row->action_type }} @endif | {{ $row->total_records }} | {{ date('m-d-Y', strtotime($row->created_at)) }} | View |