Success! {{ session('success') }}
@endif
@if (session('error'))
Error! {{ session('error') }}
@endif
List of Packages
Name | Duration | Package Type | Actions | ||||
---|---|---|---|---|---|---|---|
No Routings found | |||||||
{{ $routing->name}}
@if ($routing->package_type == 0)
{!! nl2br(e(wordwrap($packageService->getPackageItineraryLocationCities($routing->id), 17, "\n", true))) !!}
@else
{!! nl2br(e(wordwrap($cities, 17, "\n", true))) !!} @if($pickup!='')
@endif
Pick Drop :{{ $pickup }} - {{$drop}} @endif |
{{ $routing->days }} (D) {{ $routing->nights ?? 0 }} (N) | @if ($routing->package_type == 0) Routing @else Package @endif | @if($routing->package_type != 0) @endif Assign and Update |