@extends('layouts.app') @section('content')

{{trans('lang.$MODEL_NAME_SNAKE$_plural')}} {{trans('lang.$MODEL_NAME_SNAKE$_desc')}}

@include('flash::message')
@include('$VIEW_PREFIX$$MODEL_NAME_PLURAL_SNAKE$.table')
@endsection