@extends('layouts.master') @section('title') {{ Config::get('trip.title') }} @stop @section('body')

Create route for vehicle

Orderes
# Order Product Qty

Drop points

Drag and drop locations here

Summary

# Vehicle Items Qty Drop points
@stop @section('script') @include('trip::scripts.loadVehicle'); @include('trip::scripts.createRoute'); @stop