1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 18:27:10 +02:00
invoiceninja/app/views/invoices/show.blade.php

9 lines
126 B
PHP
Raw Normal View History

2013-11-26 13:45:07 +01:00
@extends('header')
@section('content')
<h3>View Invoice</h3>
{{ $invoice->number }} - {{ $invoice->client->name }}
@stop