laravel - Dynamic information in my include file -
i'm using @include('folder.mypage')
usual include page contains dynamic information. unfortunately dynamic information not being included. how round this?
you can pass dynamic information view include including array of data.
@include('view.name', ['some' => 'data'])
Comments
Post a Comment