@extends('admin.master') @section("title", e2("Module Generator Wizard")) @section("desc", e2("Follow the steps to create a complex module.")) @section('content')

{{e2("Module Generator")}}

@csrf
{{e2("Column Name")}} {{e2("Type")}} {{e2("Advanced Config")}}
{{e2("No extra config needed")}}

{{e2("Default permissions will be assigned to Level 1 (Admin). You can adjust them later in System Settings.")}}

{{e2("Ready to generate?")}}

{{e2("This will create a Migration, Model, and a Blade View.")}}

@section('scripts') @endsection @endsection