{$id} not found"" /> {$id} not found"" /> {$id} not found""/>

Laravel debug bar session message not displayed

342 Views Asked by At

Output message works fine but debugbar session doesn't have them

if (empty($item)) {
  return back()
    ->withErrors(['msg' => "post id => {$id} not found"])
    ->withInput();
}

debugbar

  • laravel 5.8
  • debugbar 7.3.1
0

There are 0 best solutions below