@extends('user.layout.base') @section('styles') @endsection @section('content')
| @lang('user.booking_id') | @lang('user.date') | @lang('user.profile.name') | @lang('user.amount') | @lang('user.vehicle') | @lang('user.status') | @lang('user.payment') | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $trip->booking_id }} | {{date('d-m-Y',strtotime($trip->assigned_at))}} | @if($trip->provider){{$trip->provider->first_name}} {{$trip->provider->last_name}} | @else- | @endif @if($trip->payment){{currency($trip->payment->total)}} | @else- | @endif @if($trip->service_type){{$trip->service_type->name}} | @else- | @endif@lang('user.paid_via') {{$trip->payment_mode}} | {{$trip->status}} | ||
|
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 | |||||||||||