I'm new to laravel. And want to call the file inside the collapse panel. When I use @include() inside tab-pane its not working properly... That file is not displaying...
<ul class="nav nav-tabs" id="noorsitab">
<li><a href="#equipment" data-toggle="tab"> {!! trans('noorsi.equipment.title') !!}</a></li>
</ul>
<div class="tab-pane" id="equipment">
@include('customer.form')
</div>
Can anyone help??? Thanks in advance...
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire