@extends('adminlte::page') @section('content')

Edit Invoice

{{-- Payment Form --}} @if ($errors->any())
There were some errors:
@endif
@csrf @method('PUT')
@endsection