Edit File: index-for-excel.blade.php
@include('admin.excel_layouts.header-for-excel') <div class="row"> <div class="container-fluid" > @yield('content') </div> </div><!-- row--> @include('admin.excel_layouts.footer-for-excel')
Back to File Manager