php artisan tinker --execute="App\Apps\Tools\QuestionPaperGenerator\Models\QpTemplate::updateOrCreate(['name' => 'CBSE Standard', 'style_type' => 'cbse'], ['school_id' => null, 'is_default' => true, 'config' => ['cover_page' => ['show' => true, 'logo_position' => 'left', 'show_watermark' => false], 'typography' => ['font_family' => 'Times New Roman', 'question_font_size' => 11, 'heading_font_size' => 13, 'line_spacing' => 1.5], 'language' => ['bilingual_layout' => 'stacked'], 'sections' => ['show_marks_breakup_header' => true, 'show_per_section_instructions' => true, 'page_break_between_sections' => false], 'colors' => ['header_bg' => '#1a3c5e', 'header_text' => '#ffffff', 'section_divider' => '#1a3c5e', 'body_text' => '#000000']]]); App\Apps\Tools\QuestionPaperGenerator\Models\QpTemplate::updateOrCreate(['name' => 'Unit Test Compact', 'style_type' => 'unit_test'], ['school_id' => null, 'is_default' => false, 'config' => ['cover_page' => ['show' => true, 'logo_position' => 'center', 'show_watermark' => false], 'typography' => ['font_family' => 'Arial', 'question_font_size' => 10, 'heading_font_size' => 12, 'line_spacing' => 1.3], 'language' => ['bilingual_layout' => 'stacked'], 'sections' => ['show_marks_breakup_header' => true, 'show_per_section_instructions' => false, 'page_break_between_sections' => false], 'colors' => ['header_bg' => '#2d572c', 'header_text' => '#ffffff', 'section_divider' => '#2d572c', 'body_text' => '#000000']]]); echo 'Done: ' . App\Apps\Tools\QuestionPaperGenerator\Models\QpTemplate::count() . ' templates';"