@extends('layouts.master') @section('title') @lang('Invoice') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('Invoice') @endslot @slot('title') - @endslot @endcomponent @include('partials.session')
@lang('From')
{{@$contact->content->address}}@lang('To')
{{$invoice->address}}@lang('SL') | @lang('Item') | @lang('Amount') | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{++$k}} |
{{ $value->name}} |
{{$invoice->currency->symbol}}{{ numFormat($value->amount) }} | |||||||||
@lang('Total : '.$invoice->currency->symbol.numFormat($invoice->final_amount)) |
@lang('Thank you very much for doing business with us. We look forward to working with
you again!')
@lang('All right reserved ') GC7-Cafe