@extends('layouts.dashboard') @section('page-title', 'Site Settings') @section('content')
Site Settings
@csrf @method('PUT')
Logo Management
Organization Logo
Current Logo
Recommended size: 300x80 pixels. Maximum size: 2MB.
Supported formats: JPG, PNG, GIF
@error('logo')
{{ $message }}
@enderror
Organization Information
@error('organization_name')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
Contact Information
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
Separate multiple numbers with commas
About Information
@error('description')
{{ $message }}
@enderror
This description will be displayed in the contact section of the home page
Back to Dashboard
@endsection