I have different files in views
folder
in navbar
folder I have
navbar-1
navbar-2
Now I am calling it dynamically by giving it an id like
@include('index_store.navbar.navbar-')
Where as
$layout->navbar_id = 1
But it says
View [index_store.navbar.navbar-<?php echo e($layout->navbar_id); ?>] not found.
Can anyone help me out?
via Alen