@extends('Modules.Costing.layouts.main') @section('main-content') @foreach($employee as $emp) @endforeach @foreach($vendor as $ven) @endforeach @foreach($head as $name) @endforeach @foreach($item as $name) @endforeach
@foreach($item_head_id as $name) @endforeach @foreach($bank as $name) @endforeach @foreach($account as $acc) @endforeach @foreach($account_bank_id as $acc) @endforeach @foreach($gate_in_items as $gate_in) @endforeach

@if($errors->any())

{{$errors->first()}}

@endif
@if($transaction->type=="Vendor") @endif @if($payment_method=="Cheque" || $payment_method=="Online Payment") @foreach($payment_details as $details) @endforeach @endif
Gate IN

Select Products

Name Rate Quantity Total
@endsection