Skip to content

Instantly share code, notes, and snippets.

<template lang="pug">
div
v-row(justify='center')
v-col(cols='12', sm='8', xl='6')
v-card(:loading='$store.state.pending ? "primary_dark" : false')
v-card-title.primary.primary_text_inverse--text {{ modeLabel }}
v-card-text
v-row
v-col
v-form(ref='form', v-model='formValid', xs12='', :method='modeMethod', :action='modeAction')
<?php
namespace App\Http\Controllers\API;
use App\Enums\CrudEnum;
use App\Enums\ThemeEnum;
use App\Events\ModelCreated;
use App\Events\ModelDeleted;
use App\Events\ModelPublished;
use App\Events\ModelUnpublished;