{{\App::setLocale(Session::get('locale'))}} @extends('user.layout.app') @section('title', trans('Invoice Items Report')) @section('content')
{{ __('Invoice Items Report') }}
@lang('#') @lang('Invoice Number') @lang('Sub Total') @lang('Discount') @lang('Tax') @lang('Grand Total') @lang('Date')
@endsection @section('extra-script') @includeIf('components.datatable') @endsection