@extends('layouts.admin') @section('content')

{{ $invoice->exists ? 'Edit invoice' : 'Create invoice' }}

Manage invoice records linked to orders.
@if($invoice->exists)
@csrf @method('DELETE')
@endif Back
@csrf @if($invoice->exists) @method('PUT') @endif
Auto generates, but can be modified.
Cancel
@endsection