Answer the question
In order to leave comments, you need to log in
Find markup in laravel project?
How to find markup in laravel project?
If I understand correctly:
project ---> resources --> views --> layouts
- here is the main markup of the project
project ---> resources --> views --> partials
- and here are the pages.
Content
project ---> resources --> views --> partials --> my.blade.php
:<div class="container">
<div class="inner">
<div id="myFeature" member="{{$member['id']}}"></div>
</div>
</div>
<div class="container">
<div class="inner">
<div id="myFeature" member="1">
<h2> Title </h2>
<div class="row>
<div class="col-6>
<div class="card"> .... </div>
</div>
.....
</div>
</div>
</div>
</div>
<div id="myFeature" ....
with cards?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question