{{--
--}}
Document
@auth @if ($mda->can_complete_payment_on_revpro == 'yes') @if (count(explode(",", $inv->service)) == 1) @if (!auth()->user()->hasRole("SecondaryAdmin")) @if ($inv->payment_status != true) @if ($showemail != "1")
Change Payment Method
*
Please Select...
@if ($inv->payment_type == "cheque")
Pay At Bank
Pay At Card
@endif @if ($inv->payment_type == "bank")
Pay With Cheque
Pay At Card
@endif @if ($inv->payment_type == "card")
Pay With Cheque
Pay At Bank
@endif {{-- @if (auth()->user()->hasRole("Desk Officer") || auth()->user()->hasRole("Super Agent"))
Cash Payment
@endif --}}
@endif @endif @endif @endif @endif @if ($showemail != "1")
{!! $invoice_page->outputHtml() !!} @else {{ $invoice_page->outputPDF(3, $inv->invoice_no . ".pdf") }} @endif @endauth @guest
{!! $invoice_page->outputHtml() !!} @endguest