Order Main

@if (request('channel')) @endif @if (request('shop')) @endif
@if ($orderMains->count() >= 1) @foreach ($orderMains as $orderMain) @endforeach
ID SBU Channel Shop Date OrderNo CusNo CusName CusTel Amt Remarks
{{ $orderMain->id }} {{ $orderMain->SBU }} {{ $orderMain->Channel }} {{ $orderMain->Shop }} {{ $orderMain->Date }} {{ $orderMain->OrderNo }} {{ $orderMain->CusNo }} {{ $orderMain->CusName }} {{ $orderMain->CusTel }} {{ $orderMain->Amt }} {{ $orderMain->Remarks }}
@else

No result found. Please check back later.

@endif
{{ $orderMains->appends($_GET)->links() }}