@extends('dispatcher.layout.base')
@section('title', 'Recent Trips ')
@section('content')
@include('dispatcher.include.cancel_ride_form')
@if( $companies->count() )
@include('dispatcher.include.assign_form')
@endif
@include('dispatcher.include.booking ')
@endsection
@section('scripts')
@endsection
@section('styles')
@endsection