@extends('Admin.master_layout.master') @section('title', 'Supplier Payable Bills') @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

Supplier Payable Bills - Edit


@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
Items
@if(count($OrderItems) > 0 && Input::old('item_list_id') == null) @php $i = 1; @endphp @foreach($OrderItems as $key => $item) @php $i++; @endphp @endforeach @endif
Account Head Item UoM Qty Rate Base Rate SGST(%) CGST(%) IGST(%) TDS(%) Nature of Payment TDS Amount Amount
@if(!empty(Auth::user()->admin_role_id)) @if(array_intersect([1,11],explode(",",Auth::user()->admin_role_id))) @else @endif @endif
@if(!empty(Auth::user()->admin_role_id)) @if(array_intersect([10,11],explode(",",Auth::user()->admin_role_id)))
@endif @endif
@if(count($paymentModes) == 1) @else @endif
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection