@extends('admin.tw.layout') @section('title','Social Media Settings') @section('content')

Social Media Settings

@foreach(($SiteSettings ?? []) as $s) @endforeach
Key Value
{{ $s->key ?? $s->name ?? 'Setting' }} {{ $s->value ?? $s->content ?? '' }}
@endsection