@if(count((array) $result['get_details_reports']['detailed_reports'])>0) @foreach ($result['get_details_reports']['detailed_reports'] as $alVal) {{ $alVal->leads_date }} {{ $alVal->product_name }} {{ $alVal->customers_name }} {{ $alVal->customers_telephone }} {{ $alVal->bdr_name }} {{ $alVal->quantity }} {{ $alVal->lead_source }} @endforeach
{!! $result['get_details_reports']['detailed_reports']->links() !!}
@else No record found @endif