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

{{$record->@@tableTitle@@}}

@endsection @section('tools')
@@buttons@@
@endsection @section('content')
@include('@@folder@@.@@partialFilename@@')
@endSection