@php use App\Models\Customer; $customers = Customer::all(); $date_from_picker = empty(request()->date_from) ? now()->format('Y-m-d') : request()->date_from; $date_to_picker = empty(request()->date_to) ? now()->format('Y-m-d') : request()->date_to; @endphp @extends('layout.master') @section('content')

CERTIFICATE OF CALIBRATION / VALIDATION

{{--
@if (!empty(request()->customer) || !empty(request()->year)) Reset Filter @endif --}} {{-- DOWNLOAD MULTIPLE FILE --}}
@csrf
{{-- @if (!empty(request()->company) && !empty(request()->date_from) && !empty(request()->date_to)) Reset Filter @endif --}}
@csrf {{-- --}} {{-- @forelse ($calibrations as $certificate) @empty @endforelse --}}
Label Id Customer Certificate #E mailDate of Issue Date of Expiry Action
{{ $certificate->user->label_id ?? '' }} {{ $certificate->customer->name }} {{ $certificate->certificate_no }} {{ $certificate->customer->email }} {{ $certificate->date_of_issue }} {{ $certificate->date_of_expiry }}
@endsection @push('scripts') {{-- --}} @endpush