@extends('layouts.app') @section('title', 'School Settings - Admin') @section('content')

School Branding & Settings

Customize your school's identity across the portal — login page, sidebar, and reports.

@csrf @method('PUT') {{-- Logo Section --}}

School Logo

{{-- Current Logo Preview --}}
@if(!empty($settings['school_logo'])) Current Logo @else

No logo

@endif
{{-- Upload Controls --}}

Recommended: Square image, PNG or SVG, max 2MB. Displays on login page, sidebar, and reports.

@if(!empty($settings['school_logo'])) Remove current logo @endif
@error('school_logo')

{{ $message }}

@enderror
{{-- School Identity --}}

School Identity

{{-- School Name --}}
@error('school_name')

{{ $message }}

@enderror
{{-- Tagline --}}

Shown on the login page below the school name.

{{-- Contact Information --}}

Contact Information

{{-- Email --}}
{{-- Phone --}}
{{-- Address --}}
{{-- Save --}}
Cancel
{{-- Live Preview --}}

Login Page Preview

This is how your login page looks to users.

@push('scripts') @endpush @endsection