@extends('layouts.app') @section('title', 'Other TC Orders') @section('content')

Other TC Orders

Add Other TC Order @foreach ($otherTcOrders as $order) @endforeach
ID Other TC Order ID Other TC ID DC ID SP ID Bid Fee Order Bid Response Status Actions
{{ $order->other_tc_order_id }} {{ $order->othertcorderid }} {{ $order->other_tc_id }} {{ $order->dcid }} {{ $order->spid }} {{ $order->bidfee }} {{ $order->order_bid_response ? 'Yes' : 'No' }} {{ $order->other_tc_order_status }} Edit View
@csrf @method('DELETE')
@endsection