@extends('layouts.master') @section('title') {{ __('sentence.Edit Invoice') }} @endsection @section('content')
{{ __('sentence.Informations') }}
{{ csrf_field() }}
{{ __('sentence.Invoice Details') }}
@foreach($billing_items as $billing_item)
{{ App\Setting::get_option('currency') }}
@endforeach
Total excl. tax : 0 {{ App\Setting::get_option('currency') }}
VAT : {{ App\Setting::get_option('vat') }} %
Total incl. tax : 0 {{ App\Setting::get_option('currency') }}
@endsection @section('footer') @endsection