<How I can configure my laravel app for make a dyn...
# community-feeds
r
How I can configure my laravel app for make a dynamic layout? I'm making a Laravel 10 project to try a make a dynamic layout. My principal layout, is header sticky with a left navbar, the rest of the content is the other blades templates, with @extends('layouts.app') and @section('content'). My problem is that i need make "the rest of content" dynamic layout. One column class="col-3" to show a as categories. Other column class="col-3" display none, to show a list of a products with the category selected in the first column, this column is started...