@extends('layouts.admin') @section('content')
{{ trans('cruds.paymentAdvice.fields.invoice_date') }} | {{ date('d/m/Y',strtotime($paymentAdvice->date)) }} |
---|---|
{{ trans('cruds.paymentAdvice.fields.delivery_date') }} | {{ $paymentAdvice->delivery_date ? date('d/m/Y',strtotime($paymentAdvice->delivery_date)) : '' }} |
{{ trans('cruds.paymentAdvice.fields.invoice_no') }} | {{ $paymentAdvice->invoice}} |
{{ trans('cruds.paymentAdvice.fields.d_note_no') }} | {{ $paymentAdvice->d_note_no }} |
{{ trans('cruds.paymentAdvice.fields.product') }} | {{ $paymentAdvice->fuel->fuel_name }} |
{{ trans('cruds.paymentAdvice.fields.r_quantity') }} | {{ $paymentAdvice->r_quantity }} |
{{ trans('cruds.paymentAdvice.fields.price') }} | {{ $paymentAdvice->price }} |
{{ trans('cruds.paymentAdvice.fields.amount') }} | {{ $paymentAdvice->amount }} |