mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
7 lines
93 B
PHP
7 lines
93 B
PHP
|
@extends('header')
|
||
|
|
||
|
@section('content')
|
||
|
|
||
|
The requested invoice is no longer available.
|
||
|
|
||
|
@stop
|