@if (Route::currentRouteName() === 'user.index')
Users List
@elseif (Route::currentRouteName() === 'user.deleted')
Deleted Users List
@elseif (Route::currentRouteName() === 'user.create')
Create New User
@elseif (Route::currentRouteName() === 'user.edit')
Edit User
@elseif (Route::currentRouteName() === 'transport.index')
Preset Transport Option List
@elseif (Route::currentRouteName() === 'transport.create')
Create New Preset Transport Option
@elseif (Route::currentRouteName() === 'transport.edit')
Edit Preset Transport Option
@elseif (Route::currentRouteName() === 'achievement.index')
Preset Achievements List
@elseif (Route::currentRouteName() === 'achievement.create')
Create New Preset Achievements
@elseif (Route::currentRouteName() === 'achievement.edit')
Edit Preset Achievements
@elseif (Route::currentRouteName() === 'trip.index')
Trips List
@elseif (Route::currentRouteName() === 'trip.edit')
Edit Trip
@elseif (Route::currentRouteName() === 'reward.index')
Rewards List
@elseif (Route::currentRouteName() === 'reward.edit')
Edit Reward
@elseif (Route::currentRouteName() === 'city.list')
Cities List
@elseif (Route::currentRouteName() === 'city.create')
Create New City App
@elseif (Route::currentRouteName() === 'city.edit')
Edit City App
@elseif (Route::currentRouteName() === 'city.branding')
City App Branding
@elseif (Route::currentRouteName() === 'city.transport' || Route::currentRouteName() === 'city.transportCreate' || Route::currentRouteName() === 'city.transportEdit')
City Mode of Transport
@elseif (Route::currentRouteName() === 'city.achievement' || Route::currentRouteName() === 'city.achievementCreate' || Route::currentRouteName() === 'city.achievementEdit')
City Achievements
@endif