@if(optional($form)->id) {{ __('common.edit') }} - {{ optional($form)->name }} @else {{ __('common.create') }} @endif
reply_all
{{ __('common.go_back') }}
@csrf
@if(optional($form)->id) @method('PUT') @else @method('POST') @endif
{{ __('common.theme_info') }}
Font Color
Theme Color
Font Color
@include('includes.invalid', ['field'=> 'font_color'])
Theme Color
@include('includes.invalid', ['field'=> 'theme_color'])
{{__('common.status')}}
@foreach($options['status'] as $key => $name)
status??"") === $name ? 'selected' : '' }}>{{ __($name) }}
@endforeach
@include('includes.invalid', ['field'=> 'status'])
@push('body.end') @endpush