@extends('layouts.app') @section('title', $voucher_type->name . ' - '. $invoice->main_invoice_no . ' - '. ($invoice->invoice_date ? formatedDate($invoice->invoice_date) : '') . ' - ' . ($invoice->getCustomer->name ?? '')) @section('pages') @php $pageTitle = $invoice->main_invoice_no . ' - ' .($invoice->getCustomer->name ?? '').'-'. ($invoice->invoice_date ? formatedDate($invoice->invoice_date) : '') ; @endphp
{!! $voucher_type->voucher_title ?? '' !!} | {!! $invoice->main_invoice_no !!}
@if(in_array('sales-create', $authRolePermissions)) Stock Out @endif   Back
@endsection @section('js') @endsection