@php $layout = (isSeller()) ? 'layouts.seller' : 'layouts.admin'; $generatedInvoice = isset($generatedInvoice) && $generatedInvoice ? true : false; $pageTitle = $generatedInvoice ? __('gift_card.generated_gift_card_invoice') : __('gift_card.gift_card_invoice'); @endphp @extends($layout) @section('content')
{!! $pageTitle !!}
{{ __('common.sr-no') }} | {{ __('orders.id') }} | {{ __('order_invoice.company_name') }} | {{ __('orders.customer') }} | @if(isSeller() <= 0){{ __('orders.store_name') }} | @endif{{ __('orders.total_price') }} | {{ __('common.created-on') }} | {{ __('orders.view_order') }} |
---|
{{ __('common.sr-no') }} | {{ __('order_invoice.invoice_no') }} | {{ __('order_invoice.invoice_date') }} | {{ __('order_invoice.company_name') }} | {{ __('order_invoice.created_by') }} | {{ __('order_invoice.created_at') }} | {{ __('order_invoice.action') }} |
---|