@extends('admin.tw.layout') @section('title','Site Settings') @section('content') @php $s = ($SiteSettings ?? [])[0] ?? null; @endphp

Site Settings

Branding

Logo

@if(!empty($s->logo)) logo @else No logo @endif

Footer Logo

@if(!empty($s->logo_footer)) logo footer @else No logo @endif

Favicon

@if(!empty($s->favicon)) favicon @else N/A @endif
Contact
Socials & Payments
Content
Widgets
@php $tawk = (int)($s->tawkToStatus ?? 0) === 1; @endphp
Enable
@php $wa = (int)($s->whatsAppStatus ?? 0) === 1; @endphp
Enable
@endsection