@extends('layouts.master') @section('content-header')

{{ trans('$LOWERCASE_MODULE_NAME$::$PLURAL_LOWERCASE_CLASS_NAME$.title.$PLURAL_LOWERCASE_CLASS_NAME$') }}

@stop @section('content')
{{ trans('core::core.table.created at') }} {{ trans('core::core.table.actions') }}
{{ $$LOWERCASE_CLASS_NAME$->created_at }}
{{ trans('core::core.table.created at') }} {{ trans('core::core.table.actions') }}
@include('core::partials.delete-modal') @stop @section('footer')   @stop @section('shortcuts')
c
{{ trans('$LOWERCASE_MODULE_NAME$::$PLURAL_LOWERCASE_CLASS_NAME$.title.create $LOWERCASE_CLASS_NAME$') }}
@stop @push('js-stack') @endpush