@extends('backend.layouts.app') @section('title', __('Dashboard')) @section('content')
Trip List
    @foreach(\App\Services\Trip\TripHelperService::getStatuses() as $key => $status)
  • @endforeach
    @foreach($dps as $dp)
  • @endforeach
Trip No. Date Destination Status Current Location Total Parcel  
@endsection @push('after-scripts') @endpush