Include .blade.php file
Includes
.blade.php
file located at:
\resources\views\external\calculator
<div class="container">
    
    @include('external.calculator.panel')

</div>
by Valeri Tandilashvili
3 years ago
Laravel
0
Pro tip: use ```triple backticks around text``` to write in code fences