@extends('user.layout.base') @section('title', 'Upcoming Trips ') @section('content')
@lang('user.booking_id') | @lang('user.schedule_date') | @lang('user.type') | @lang('user.payment') | ||
---|---|---|---|---|---|
{{$trip->booking_id}} | {{date('d-m-Y H:i:s',strtotime($trip->schedule_at))}} | @if($trip->service_type){{$trip->service_type->name}} | @else- | @endif@lang('user.paid_via') {{$trip->payment_mode}} | |
|