@extends('layouts.app') @section('title', 'Edit Supplier Invoice') @section('content')
Updating Bill: {{ $supplierInvoice->supplier_invoice_number }}
Note: Changing the supplier will filter the PO list below.
Created: {{ $supplierInvoice->created_at->format('d/m/Y H:i') }}