@section('title',$title) @section('description',$description) @extends('layout.app') @section('content')
@if(count($orders) > 0) @foreach($orders as $order) @endforeach @else

No Data Available

@endif
Date Account Holder Customer Sold At View Details action
{{-- --}}
{{$order->product?->product_name ?? ''}}
{{$order->created_at ?? ''}}
{{$order->product?->account_holder ?? ''}}
{{$order->customer ? ($order->customer->channel_name . ': ' . ($order->customer->description ?? '')) : ''}}
{{$order->amount??''}}
{{ $orders->links('products.pagination') }}
@endsection