@extends('@@layout@@') @section('breadcrumb') @endsection @section('header')

@@table@@

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