@extends('layout.master') @section('content')

Expire Calibration Certificate

{{-- --}} @forelse ($expires as $key => $expire) {{-- --}} @empty @endforelse
S.no Label Id Certificate # CustomerCustomer EmailCertificate Issue Certificate Expire Action
{{ $key + 1 }} {{ $expire->user->label_id }} {{ $expire->certificate_no }} {{ $expire->customer->name }}{{ $expire->customer->email }}{{ $expire->date_of_issue }} {{ $expire->date_of_expiry }}
@if ($expire->expire_mail_status != 'pending')

Mail Sent Once

@endif
@endsection