@extends('layouts.client-app') @section('page-title')
{{ __($pageTitle) }}
@lang('modules.invoices.downloadPdf')
@lang("app.menu.home")
@lang("app.menu.invoices")
@lang('app.invoice')
@endsection @push('head-script')
@endpush @section('content')
@if ($message = Session::get('success'))
{!! $message !!}