@extends('admin.layouts.base') @section('content')

Website CMS Settings

@if (session('swal')) @endif
@csrf
@if ($settings?->logo) @endif
@if ($settings?->favicon)
@endif
Social Media
@foreach (['facebook_url', 'twitter_url', 'instagram_url', 'tiktok_url', 'wechat_url'] as $field)
@endforeach
Business Hours
Contact & Location
Google Maps Embed
@endsection