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

@lang('user.my_trips')

@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.type') @lang('user.payment')