@extends('Admin.master_layout.master') @section('title', $transaction_type_name) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ $transaction_type_name }}

@foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif
{{ $transaction_type_name }} - Add
GST: @if(!empty($mer_data)) {{ $mer_data->gst }} @endif State: City:
GST: State: City: Address:
@if(count($accountAssignmentDop) == 1) @foreach($accountAssignmentDop as $key => $val) @endforeach @else
@endif
Items
S No. Item UoM Qty Rate Base Amount SGST(%) CGST(%) IGST(%) HSN/SAC Total Amount File
1
Total
Total Base Amount: Total Tax: Grand Total:
Gross amount did not match grand total. Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection