Routes Assigned to this Agent
@foreach($routes as $route)
{{\App\Models\Cities::where(['id' => $route->start_point])->first()->city}}
- {{\App\Models\Cities::where(['id' => $route->end_point])->first()->city}}
@if($route->class == 1)
(VVIP)
@elseif($route->class == 2)
(VIP)
@elseif($route->class == 3)
(Luxury)
@elseif($route->class == 4)
(Semi-Luxury)
@elseif($route->class == 5)
(Ordinary)
@endif
@if(\Illuminate\Support\Facades\Auth::user()->role == 1)
{{\App\Models\Company::where(['id' => $route->company])->first()->name}}
@endif
@endforeach
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}