@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') {!! Html::style(theme_url('/invoice.css')) !!} @endsection @section('content')
{!! __('Date') !!} : {{ $invoice->created_at->format('Y-m-d') }}
# |
{!! __('an item') !!} |
{!! __('Quantity') !!} |
---|---|---|
{{ $item[2] }} | {{ $item[3] }} | |
{{ __('Total') }}: |
{!! @$invoice->data['total'] !!} |
{!! __('Printed on') !!} : {{ date("d-m-Y") }}