@extends('admin.layouts.app') @section('title', 'Website Settings') @section('content')

Website Settings

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Basic Information

@isset($settings['website_logo']) @else @endisset

PNG, JPG, SVG up to 2MB

@isset($settings['app_icon']) @else @endisset

PNG, JPG, SVG

@isset($settings['favicon']) @else @endisset

ICO, PNG.

Social Media Links

The URL to fetch/embed your Instagram feed (e.g., from a widget provider).

@endsection