Dashboard
Vehicle
Pickup Location | Trip Distance | Trip Duration | Estimated Fare | Created Date | Action |
---|---|---|---|---|---|
{{ $riderTrip->pickupLoc }} | {{ $riderTrip->distance }} | {{ $riderTrip->duration }} | {{ $riderTrip->estFare }} | {{ $riderTrip->created_at }} |
@extends('layouts.rider') @section('title', 'Rider Dashboard') @section('content')
Pickup Location | Trip Distance | Trip Duration | Estimated Fare | Created Date | Action |
---|---|---|---|---|---|
{{ $riderTrip->pickupLoc }} | {{ $riderTrip->distance }} | {{ $riderTrip->duration }} | {{ $riderTrip->estFare }} | {{ $riderTrip->created_at }} |