@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($transaction_type !== null)
@else @endif
{{ $transaction_type_name }} - Add
@if(Auth::user()->admin_role_id == 1)
@else @endif
@if($transaction_type == 'Sbillp' || $transaction_type == 'Sadvp')
Date with Formate of (YYYY-MM-DD HH:mm)
@endif
Items
@if(Input::old('item_list_id') !== null) @foreach(Input::old('item_list_id') as $key => $val) @endforeach @else @endif
Account Group Account Head Item Group Item UoM Qty Rate SGST(%) CGST(%) IGST(%) TDS(%) Amount
@if($currencyObj->symbol != null){{ $currencyObj->symbol }}@endif
@if($transaction_type !== null && ($transaction_type == 'Sadvp' || $transaction_type == 'Advc'))
@if($currencyObj->symbol != null){{ $currencyObj->symbol }}@endif
@endif
@if(count($paymentModes) == 1) @else @endif
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent