@extends('user.layout.base') @section('styles') @endsection @section('content')

  @lang('user.ride_history')

@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.vehicle') @lang('user.payment') @lang('user.status') @lang('user.details')
@else

No Rides Available

@endif
@endsection