@extends('layouts.admin') @section('style') @parent @section('style') @parent @endSection @endSection @php $form = config('admin.template_form'); $template_type_cond = config('admin.template_type_cond'); $overwite_cond = $template_type_cond [ $data['type'] ]; $max_cta_count = config('admin.template_max_cta'); function is_req($id, $overwite_cond, $form){ return array_key_exists($id, $overwite_cond) && array_key_exists('req', $overwite_cond[$id]) ? $overwite_cond[$id]['req']: $form[$id]['req']; } @endphp @section('content') @component('admin.components.step_form_pages', [ 'post_url'=>'', 'type'=>'templates', 'title'=> 'Customize', 'all_pages' =>['Setup','Customize'], 'step'=> '2', ])