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

Website Settings

Manage your hospital's online presence and global configurations.

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

Basic Information

@if($setting->logo_path) @else PNG, JPG up to 2MB @endif
@if($setting->app_icon_path) @else PNG, SVG @endif
@if($setting->favicon_path) @else ICO, PNG @endif

Social Media Links

@foreach(['facebook', 'instagram', 'twitter', 'linkedin', 'youtube', 'pinterest'] as $social)
{{ $social }}
@endforeach

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

Security Settings

Number of failed attempts allowed before blocking.

Duration to block login after exceeding max attempts.

@endsection