@extends('common.provider.layout.base') {{ App::setLocale( isset($_COOKIE['provider_language']) ? $_COOKIE['provider_language'] : 'en' ) }} @section('styles') @parent @stop @section('content') @include('common.provider.includes.history-nav') @lang('provider.s.no') @lang('provider.booking_id') @lang('provider.date') @lang('provider.pickup_location') @lang('provider.drop_location') @lang('provider.amount') @lang('provider.status') @lang('provider.action') Ride Details × - FARE BREAKDOWN From : To : Pickup Date : Pickup Time : Drop Date : Drop Time : Payment : Booking ID Total Distance CHARGED - Dispute Details × Dispute Name : Date : Status : Comments By : Comments : Dispute Name Select Dispute Comments @stop @section('scripts') @parent @stop