I have this code:
@foreach ($titles as $key
The solution is to compare Input::old() with the $keyvariable.
Input::old()
$key
@if (Input::old('title') == $key) {{ $val }} @else {{ $val }} @endif