Auticto

Vehicle Report

From Date: {{ $start_date }}

To Date: {{ $end_date }}

@foreach($vehicles as $vehicle) @endforeach
Sl No Ad. Id Title Price Location Posted By
{{ $vehicle->sl_no }} {{ $vehicle->ad_id }} {{ $vehicle->title }} Rs. {{ $vehicle->price }} {{ $vehicle->location }} {{ $vehicle->user_name }}
{{ $vehicle->user_email }}
{{ $vehicle->user_phone }}
Posted On: {{ date('d M Y, h:i A',strtotime($vehicle->created_at)) }}