@extends('user.layout.base') @section('styles') @endsection @section('content')
@if($trips->count() > 0) @foreach($trips as $trip) @if($trip->provider) @else @endif @if($trip->payment) @else @endif @if($trip->service_type) @else @endif
@lang('user.booking_id') @lang('user.date') @lang('user.profile.name') @lang('user.amount') @lang('user.vehicle') @lang('user.status') @lang('user.payment')

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