@extends('portal.default.layouts.master') @section('header') @parent @stop @section('body')
{!! $html->table(['class' => 'table table-hover table-striped'], true) !!}
@endsection @push('scripts') @endpush @section('footer') {!! $html->scripts() !!} @endsection