Latest Inquiries

{{-- --}}
{{--

Order Status and Tracking. Track your order from ship date to arrival. To begin, enter your order number.

--}}
@foreach ($latest_enquiries as $row) @endforeach
Date Source Sender Requirement City
{{ date('d-m-Y', strtotime($row->created_at)) }} Website {{ $row->name }} {{ $row->product_name }} Hyderabad

Latest Leads

{{-- --}}
{{--

Order Status and Tracking. Track your order from ship date to arrival. To begin, enter your order number.

--}}
@foreach ($latest_leads as $row) @endforeach
Date Source Buyer Requirement City
{{ date('d-m-Y', strtotime($row->created_at)) }} Website {{ $row->buyer_name }} {{ $row->product_name }} {{ $row->city }}
@include('layouts.components.right-sidebar') @include('layouts.components.message-modal') @include('layouts.components.video-modal') @include('layouts.components.audio-modal') @yield('modals') @include('layouts.components.main-footer')