@extends('layouts.admin') @section('title',trans('admin.template')) @section('extra-css') @endsection @section('content') @php $template = json_decode(get_settings('template')); @endphp
@csrf
@lang('admin.section_banner')
@lang('admin.branding_section')
@lang('admin.section_about')
@lang('admin.section_create_features')
@lang('admin.section_marketing_tool')
@lang('admin.section_features')
@if(isset($template->sec_four_description) && isset($template->sec_four_title )) @foreach($template->sec_four_description as $key=>$secFourDescription) @foreach($template->sec_four_title as $keyOne=>$secFourtitle) @if($key == $keyOne && $secFourDescription && $secFourtitle)
@endif @endforeach @endforeach @endif
@lang('admin.section_comment')
@lang('admin.section_plan')
@lang('admin.contact_info')
@endsection @section('extra-scripts') @endsection