@extends('@@layout@@') @section('breadcrumb')
  • @@table@@
  • @endsection @section('tools') @@table@@ @endsection @section('content') @include('tables.@@partialFilename@@') {!! $records->render() !!} @endSection