@extends('layouts.app') @section('content')

@lang($pageTitle)

@lang('superadmin.frontCms.socialLinksNote')
@foreach(json_decode($frontDetail->social_links) as $link)
@php $linkExternal = ' '; @endphp
@endforeach
@lang('app.update')
@endsection @push('scripts') @endpush