@extends('back.layouts.master') @section('content')
@if (config('front.settings.fields'))

تنظیمات قالب

@foreach (config('front.settings.fields') as $setting) @switch($setting['input-type']) @case('select') @include('back.themes.partials.select') @break @case('input') @include('back.themes.partials.input') @break @case('file') @include('back.themes.partials.file') @break @case('editor')
@break @case('inline-editor')
@break @case('linebreak')
{!! $setting['html'] ?? "" !!}
@break @endswitch @endforeach
@else

تنظیمات قالب

چیزی برای نمایش وجود ندارد!

@endif
@endsection @include('back.partials.plugins', ['plugins' => ['jquery.validate', 'ckeditor']]) @push('scripts') @endpush