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