Return
@if (session()->has('station.store') || session()->has('station.update') || session()->has('station.destroy'))
@if (session()->get('station.store'))
New station successfully added!
@elseif(session()->get('station.update'))
Update Successful!
@elseif(session()->get('station.destroy'))
Delete Successful!
@endif
@endif