Please provide support for passing data from a Laravel controller to Breadcrumbs::current() in a Blade template, as Breadcrumbs::render() from project https://github.com/davejamesmiller/laravel-breadcrumbs does. It will allow one to avoid calling the same Eloquent model or HTTP request twice (once in controller, and once in route's breadcrumbs() definition).
Please provide support for passing data from a Laravel controller to
Breadcrumbs::current()in a Blade template, asBreadcrumbs::render()from project https://github.com/davejamesmiller/laravel-breadcrumbs does. It will allow one to avoid calling the same Eloquent model or HTTP request twice (once in controller, and once in route'sbreadcrumbs()definition).