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