Settings
@if(Auth::check())
APP KEY: {{ Auth::user()->APP_KEY }}
@endif
@include('includes.option',[
'id' => 'ferries',
'name' => 'ferries',
'icon' => 'directions_boat',
'option' => 'Ferries',
'desc' => 'Avoid Ferry Points From the Route',
])
@include('includes.option',[
'id' => 'highway',
'name' => 'highway',
'icon' => 'timeline',
'option' => 'Highways',
'desc' => 'Avoid Highways Roads From the Route',
])
@include('includes.option',[
'id' => 'tolls',
'name' => 'tolls',
'icon' => 'linear_scale',
'option' => 'Tolls',
'desc' => 'Avoid Tolls From the Route',
])