@if(Route::currentRouteName() === 'landing.products.index') @endif @if(Route::currentRouteName() === 'landing.products.show') @endif @if (session('success')) @endif @foreach (session('flash_notification', collect())->toArray() as $message) @endforeach