@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 @if($transaction_type !== null)
@else @endif
{{ $transaction_type_name }} - Add
@if(Auth::user()->admin_role_id != 8)
@endif @if(Auth::user()->admin_role_id == 1)
@else @endif
(PDF)
@if(!empty(Auth::user()->admin_role_id)) @if(array_intersect([1,10,11],explode(",",Auth::user()->admin_role_id)))
@endif @endif
Items
Account Head Item UoM Qty Rate Base Amount SGST(%) CGST(%) IGST(%) TDS(%) Amount File
@if(!empty(Auth::user()->admin_role_id)) @if(array_intersect([1,11],explode(",",Auth::user()->admin_role_id))) @else @endif @endif
@if($currencyObj->symbol != null){{ $currencyObj->symbol }}@endif
@if(!empty(Auth::user()->admin_role_id)) @if(array_intersect([1,11],explode(",",Auth::user()->admin_role_id)))
@if($currencyObj->symbol != null){{ $currencyObj->symbol }}@endif
@endif @endif
@if($currencyObj->symbol != null){{ $currencyObj->symbol }}@endif
@if(count($paymentModes) == 1) @else @endif
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js')