Answer the question
In order to leave comments, you need to log in
Listing directories on laravel?
Good afternoon to all readers, please tell me why this construction does not work:
@forelse ($gro as $gr)
<div class="container">
<div class="col-md-5">
<h1><p><strong>{{$gr->name_group}}</strong></p></h1>
</div></div>
<?php $fi=$find->where('c_id_group_item', $gr->c_id_group); ?>
@if($fi)
@include('items', ['items' => $fi])
@endif
@empty
БЛА БЛА БЛА!
@endforelse
@foreach ($items as $fi)
<div class="container">
<div class="col-md-5">
@if (!empty(($fi->number)&& ($fi->shortname)))
{{$fi->name_item}}
</div>
</div>
@endif
@endforeach
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