@extends('user.layout.base') @section('title', 'My Trips ') @section('content')

  {{ trans('user.my_rides') }}

@include('common.notify')
@if(Setting::get('map_type', 1) == 2)
@else
@endif
@foreach($services as $service)
id) checked="checked" @endif>
@endforeach

Recent Ride

@if($trips->count() > 0) @foreach($trips as $trip) @if($trip->provider) @else @endif @if($trip->payment) @else @endif @if($trip->service_type) @else @endif @endforeach
@lang('user.booking_id') @lang('user.date') @lang('user.profile.name') @lang('user.amount') @lang('user.type') @lang('user.payment') Action
@else

No Rides Available

@endif
@endsection @section('scripts') @if (Setting::get('map_type', 1) == 2) @else @endif @endsection