@extends('layouts.main') @section('title') Lubricants Management @stop @section('contentinner')
Order Id | Issue Date | Issue Quantity | Item | Technician In Charge | Type of Expenditure | Action | |
---|---|---|---|---|---|---|---|
{{ $order->id }} | {{ $order->created_at }} | {{ $order->quantity }} {{$order->item->units}} | {{ $order->item->name }} | {{ $order->inspector }} | @if(($order->request->expanditure == 'N/D') || ($order->request->expanditure == 0) ) N/D @else {{ $order->request->expanditure }} NO. {{$order->request->reference}} @endif |