@extends('customerDashboard.layout') @section('content')
Expired Products
@foreach($qoutes as $qoute) @endforeach
Category Product Type Policy Type Policy Number Vehicle Number Start Date End Date View Policy
{{ $qoute->title }} {{ $qoute->vehicle_type }} {{ $qoute->pet_category }} {{ $qoute->pa_occupation }} {{ $qoute->travel_type }} {{ $qoute->phone_model }} {{ $qoute->product }} {{ $qoute->reference }} @if($qoute->insurance_types == 'MT') {{ $qoute->vehicle_number }} @else N/A @endif {{ $qoute->policy_start_date }} {{ $qoute->policy_end_date }} view
@endsection