@extends('layouts.app') @section('title', 'New Supplier Invoice') @section('content')

New Supplier Invoice

Supplier Invoices / New

@if($errors->any())
@endif
@csrf
Cancel
@endsection