@extends('@@layout@@') @section('breadcrumb')
  • @@table@@
  • @endsection @section('tools') @@table@@ @endsection @section('content') @foreach($records->chunks(3) as $records)
    @foreach($records as $record)
    @include('@@folder@@.@@partialFilename@@')
    @endforeach
    @endforeach
    {{{$records->render()}}}
    @endSection