@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'=>'commonSettings','class'=>'ajax-form m-b-30','method'=>'PUT']) !!}

@lang('modules.frontCms.commonSettings')


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() !!}
@include('super-admin.front-settings.new-theme.edit-form', ['trFrontDetail' => $trFrontDetail])
@endsection @push('footer-script') @endpush