@extends('layouts.app') @section('title', 'Oil Filling List') @section('content-page')
| SR NO | JOBCARD NO | OIL TYPE | QUANTITY | DATE | USER | ACTION |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->jobcard->jobcard_number ?? 'N/A' }} | {{ $item->oil_type }} | {{ $item->quantity }} | {{ \Carbon\Carbon::parse($item->filling_date)->format('d-M-Y') }} | {{ $item->user->name ?? 'N/A' }} | |
| No data available | ||||||