is it possible to include a dynamic blade view in another blade view?-Twitter bootstrap
i know traditionally we include files in blade view like @include('file.path.etc') or @extends('file.path.etc') but here i am trying to include my dynamic view (which includes variables containing data from database) to be used as a section inside my static welcome…