@extends('Modules.Costing.layouts.main') @section('main-content') @foreach($localcustomer as $l) @endforeach @foreach($employee as $emp) @endforeach @foreach($company_names as $company) @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

@if($errors->any())

{{$errors->first()}}

@endif
Gate Out
Select Products
Item Type Name Rate Quantity Total
@endsection