Can anyone please tell me where i am wrong,
Just want to send one variable from one blade through include but getting error.The code in view is
@include('core::partials/breadcrumb/breadcrumb-list', array('breadcrumb' => $breadcrumb,'value'=>'none'))
and when i display this variable using {{$value}}
giving me error.
Please help me out