@extends('user.layout.base') @section('title', 'On Ride') @section('content')
@include('common.notify')

@lang('user.request_id')
{{$request->id}}
@lang('user.time')
{{date('d-m-Y H:i A',strtotime($request->assigned_at))}}
FROM

{{$request->s_address}}

TO

{{$request->d_address}}

TYPE

{{$request->service_type->name}}


Fatal error: Uncaught Error: Call to undefined function asset() in /home/salientm/public_html/oik.salientminds.com.ng/resources/views/user/ride/waiting.blade.php:42 Stack trace: #0 {main} thrown in /home/salientm/public_html/oik.salientminds.com.ng/resources/views/user/ride/waiting.blade.php on line 42