@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.frontCms.updateTitle')
@include('sections.front_setting_new_theme_menu')

@lang("modules.frontSettings.title")

{!! Form::open(['id'=>'editSettings','class'=>'ajax-form','method'=>'PUT']) !!}

@lang('modules.frontCms.frontDetail')


@lang('app.selectImage') @lang('app.change') @lang('app.remove')
@lang('messages.headerImageSizeMessage')
get_started_show == "yes") checked @endif type="checkbox">
sign_in_show == "yes") checked @endif type="checkbox">

@lang('modules.frontCms.socialLinksNote')

@foreach(json_decode($frontDetail->social_links) as $link)
@endforeach
{!! Form::close() !!}
@endsection @push('footer-script') @endpush