@extends('admin.layouts.adminmaster') @section('title', 'All Policies') @section('content')
# | Policy No | Policy Type | Plan Number | Start Date | Start Date | Action |
---|---|---|---|---|---|---|
{{ $key+1 }} | {{ $policy->plan_number }} | {{ $policy->policy_type }} | {{ $policy->plan_number }} | {{ $policy->start_date }} | {{ $policy->end_date }} |
|