@if (Session::get('Destroy'))
Deleted !
{{Session::get('Destroy')}}
@endif
@if (Session::get('DestroyAll'))
Deleted !
{{Session::get('DestroyAll')}}
@endif
| Guest |
Tax |
PaymentMethod |
Date |
SubTotal |
TaxTotal |
Total |
Action |
{{-- @foreach ($invoices as $invoice)
| {{$invoice->Guest}} |
{{$invoice->Tax}} |
{{$invoice->PaymentMethod}} |
{{$invoice->Date}} |
{{$invoice->SubTotal}} |
{{$invoice->TaxTotal}} |
{{$invoice->Total}} |
{{ Form::open(array('url' => '/invoice/'.$invoice->id,'method' => 'DELETE')) }}
{{ Form::close() }}
|
@endforeach --}}