@extends('layouts.app') @push('after-css') @endpush @section('content')
Provide a class name (singular and first letter caps) for the CRUD Model
Provide a directory name (singular and lowercase) for the CRUD Views
Provide a group name (Namespace) for the CRUD Controller
Provide a url prefix (URL Friendly) for the CRUD Routes
Note: Id (Primary key and Auto increment), created_at, and updated at will be added by default.
List relationships as method#relationType#Model;