@if (Route::currentRouteName() == "about") About - {{ env('APP_NAME') }} @elseif (Route::currentRouteName() == "privacy") Privacy Policy - {{ env('APP_NAME') }} @elseif (Route::currentRouteName() == "pricing") Pricing - {{ env('APP_NAME') }} @elseif (Route::currentRouteName() == "refund") Refund Policy - {{ env('APP_NAME') }} @elseif (Route::currentRouteName() == "tos") Terms Of Use - {{ env('APP_NAME') }} @elseif (Route::currentRouteName() == "contact") Contact - {{ env('APP_NAME') }} @elseif (Route::currentRouteName() == "login") Company Login - {{ env('APP_NAME') }} @elseif (Route::currentRouteName() == "blogs.index") Blogs - {{ env('APP_NAME') }} @elseif (Route::currentRouteName() == "blog.view") {{ $blog->title }} - {{ env('APP_NAME') }} @else {{ env('APP_NAME') }} @endif {{-- --}}