mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
9 lines
126 B
PHP
Executable File
9 lines
126 B
PHP
Executable File
@extends('header')
|
|
|
|
@section('content')
|
|
|
|
<h3>View Invoice</h3>
|
|
|
|
{{ $invoice->number }} - {{ $invoice->client->name }}
|
|
|
|
@stop |