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