@extends('AdminLte.template')
@section('title')
{{$trnasactionTitle}}
@endsection
@section('ExternalCss')
@parent
@endsection
@section('Content')
@php
if($trnType == 'IR' || $trnType == "DCR"){
$background = "background:yellow";
}else{
$background = "background:#fff";
}
@endphp
{{ Form::open(['action' => 'ItemController@createGSTCredit','id' => 'issueForm','autocomplete' => 'off']) }}
@if (isset($Indent_Qty_Flag))
@endif
@if($hospitalInternal == 'Y')
@else
@endif
@if($trnType == 'IR')
@endif
@if($accessType == 'E')
{{--
+
Add --}}
-
Remove
@endif
Remark
:
Payment Mode
:
Agency Name
:
Number
:
Note :
✱ - Required fields.
✱ - Required either fields.
@php
$class = "alert-success";
if(session()->get('messageType') == 'success'){
$class = "alert-success";
}else if(session()->get('messageType') == 'error'){
$class = "alert-danger";
}
@endphp
@if(session()->has('message'))
×
{{"(#" . session()->get('trnType').session()->get('trnId'). ")"}} {{session()->get('message')}}
@endif
@if($accessType == 'E')
@if(($trnType == "I" || $trnType == "DC") && ($billAmendment == 'N' && $partialBillAmendment == 'N' && $billDiscountAmendment == 'N') )
@else
@endif
@else
@if($closeButtonVisible === 'Y')
@endif
@endif
{{ Form::close() }}
@endsection
@section('BootstrapModals')
@include('Components/Bootstrap Modals/product_all_purchase_bill_details_modal')
@include('Components/Bootstrap Modals/prescribe_modal')
{{-- @include('Components/Bootstrap Modals/advance_collection_modal') --}}
@include('Components/Bootstrap Modals/patient_all_sales_bill_modal')
@include('Components/Bootstrap Modals/product_all_sales_bill_modal')
@include('Components/Bootstrap Modals/product_all_purchase_bill_modal')
@include('Components/Bootstrap Modals/product_all_stock_modal')
@include('Components/Bootstrap Modals/indent_patient_list_modal')
@include('Components/Bootstrap Modals/indent_return_patient_list_modal')
@endsection
@section('ExternalJs')
@endsection