Closed abdosaeedelhassan closed 2 years ago
Try using breadcrumbs off-route and at the service provider:
Breadcrumbs::for('photo.index', fn (Trail $trail) =>
$trail->parent('home')->push('Photos', route('photo.index'))
);
@tabuna i upgrade to last version and the problem solved, thank you
Hi when i used
i received 502 Bad Gateway, and no error registered in log files, how can i resolve this or how can i detect the error
thank you