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