@extends('layouts.default') {{-- Page title --}} @section('title') Crud Builder @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Crud Generator

Crud Generator
@csrf
Fields
Field Name DB Type Validations Html Type Options
Relation Type Foreign Model* Foreign Key Local Key
Rollback
Generate CRUD From Schema
@stop @section('footer_scripts') @stop