@extends('backend.layout') @section('content')
@csrf
{{ __('Customize Sections') }}
@csrf
@if ($settings->theme_version == 'theme_two')
@endif @if ($settings->theme_version == 'theme_two')
@endif
@if ($settings->theme_version == 'theme_one')
@endif @if ($settings->theme_version == 'theme_two')
@endif
@endsection