@extends('main') @section('css') @endsection @section('content')

{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}}
@if(!empty($vars['contracts'])) @foreach($vars['contracts'] as $index => $row) @endforeach @endif
S/N Policy Number Created Class Policy Holder Validity Status Action
{{++$index}} @isset($row->policyNumber) {{$row->policyNumber?->policy_no}} @endisset {{\Carbon\Carbon::parse($row?->created_at)->format('Y M d')}} @isset($row?->service) {{$row?->service->name}} @endif
@if(isset($row->belong) && $row->belong->count() == 1)

{{$row->belong->CoverNoteReferenceNumber}}

@endif
@isset($row?->customers) @if($row?->customer){{ $row?->customer?->PolicyHolderName}}
@endif @endisset
{{\Carbon\Carbon::parse($row?->startDate)->format('Y M d')}} To {{\Carbon\Carbon::parse($row?->endDate)->format('Y M d')}} Wallet Payment uuid ) }}" class="btn btn-success " type="button" data-toggle="tooltip" title="View Data" data-original-title="View">
@endsection @section('js') @endsection