@extends('layouts.master')
@section('title') {{ Config::get('triproute.title') }} @stop
@section('body')
| Vehicle |
Items |
Qty |
Drop Points |
|
| From |
To |
Description |
km |
cost |
|
| # |
From |
To |
Km |
|
| Sorry, No results found. |
@stop
@section('script')
@include('triproute::scripts.createSegment');
@stop