@extends('@@layout@@')
@section('breadcrumb')
@@table@@
{{$record->@@tableTitle@@}}
@endsection
@section('header')
{{$record->@@tableTitle@@}}
@endsection
@section('tools')
@@buttons@@
@endsection
@section('content')
@include('@@folder@@.@@partialFilename@@')
@endSection