@extends('Modules.Costing.layouts.main') @section('main-content') @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
Gate IN
@if($status=="Paid")
Paid
@else
Pending
@endif

Select Products

Head Name Rate Quantity Total
@endsection