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

MASTER EQUIPMENT EXPIRY

{{-- --}} @forelse ($masterEquipments as $key => $equipment) {{-- --}} @empty @endforelse
S.No Master Equipment Models Serial # RangeAccuracyTraceability Ref # Cal Due dat Action
{{ $key + 1 }} {{ $equipment->master_equipment }} {{ $equipment->model }} {{ $equipment->serial_no }} {{ $equipment->range_with_unit }}{{ $equipment->accuracy_with_unit }}{{ $equipment->traceability_with_unit }} {{ $equipment->cal_due_date??'N/A' }}
@endsection @push('scripts') @endpush