@extends('frontend::layouts.master')
@section('content')
My Trips
@foreach($trips as $trip )
-
{{ date('D, d M', strtotime($trip->from_date)) }} - {{ date('D, d M', strtotime($trip->to_date)) }}
Eco-certified
Hybrid
Sustainable
Carbon Footprint
@endforeach
@endsection
@section('scripts')
@endsection