@extends('admin.layout') @section('content')
{{-- Header --}}

Pengaturan Profil Sekolah

Perbarui informasi utama website sekolah Anda

Lihat Website
{{-- Notifikasi --}} @if(session('success'))
✅ {{ session('success') }}
@endif {{-- Form --}}
@csrf {{-- Logo --}}
@if($website->logo)
Logo Sekolah

Pratinjau Logo

@else
No Logo

Belum diunggah

@endif

Format: JPG, JPEG, PNG (maks 2MB)

{{-- Nama & Judul --}}
{{-- Alamat --}}
{{-- Kontak --}}
{{-- Sejarah / Visi / Misi --}}
{{-- Embed Maps --}}

Masukkan kode embed dari Google Maps.

{{-- Tombol --}}
@endsection