@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']) }}

{{$trnasactionTitle}}



Store
:
@if (isset($Indent_Qty_Flag)) @endif @if($hospitalInternal == 'Y') @else @endif @if($trnType == 'IR') @endif
@if($hospitalInternal == 'Y') Patient @else Patient @endif
@if($hospitalInternal == 'Y') : @else : @endif
Customer
@if($hospitalInternal == 'Y') : @else @if($trnType == "DC" || $trnType == "DCR") : @else : @endif @endif
Bill No
:
Patient Detail
:
Contact No
@if($hospitalInternal == 'Y') : @else : @endif
@if($salesBillDateDisable == 'Y') Bill Date @endif
@if($salesBillDateDisable == 'Y') : @else : @endif
:
@if($hospitalInternal == 'Y' || $billAmendment == 'Y' || $partialBillAmendment == 'Y' || $billDiscountAmendment == 'Y')
@else
0     0
@endif {{--
@php if($hospitalInternal == 'Y'){ $cashChecked = ''; $creditChecked = 'checked'; }else{ $cashChecked = ($creditBill == 'Y') ? '' : 'checked'; $creditChecked = ($creditBill == 'Y') ? 'checked' : ''; } @endphp
@php if($hospitalInternal == 'Y'){ $cashChecked = ''; $creditChecked = 'checked'; }else{ $cashChecked = ($creditBill == 'Y') ? '' : 'checked'; $creditChecked = ($creditBill == 'Y') ? 'checked' : ''; } @endphp
--}}
Doctor
:
:
Sr    Medicine / Item Name Batch Category PUOM Pkg Qty MRP GST% Taxable Amt Original Amt GST Credit Amt Revised Amt

@if($accessType == 'E') {{-- --}}

@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
Gross Amount :
Discount :
Net Taxable Amount :
CGST Amount :
SGST Amount :
Invoice Amount :
Round Off :
Net Amount:


@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