@extends('layouts.app') @section('content')
Owner | Provider | Category | Product | Effectivity | Expiration | Status | Action |
---|---|---|---|---|---|---|---|
@if($policy->is_personnel) {{ $policy->last_name . ', ' . $policy->first_name }} @else {{ $policy->plate . ' - ' . $policy->cr_number }} @endif | {{ $policy->company_name }} | {{ $policy->category }} | {{ $policy->product_name }} | {{ $policy->effectivity_date }} | {{ $policy->expiration_date }} | @if( $now >= $policy->expiration_date) Expired @elseif( $now >= $policy->renewal_date) Renewal @else Active @endif | View |
Showing {{ count($policies) }} of {{ $policies->appends(request()->input())->total() }} entries
{{ $policies->appends(request()->input())->links() }}