@extends('layouts.layouts') @section('content')
{{-- Judul --}}

{{ $profile->nama_sekolah ?? 'Nama Sekolah' }}

Profil Resmi Sekolah


{{-- SEJARAH --}}

📜 Sejarah Sekolah

{!! nl2br(e($profile->sejarah ?? 'Sejarah sekolah belum diisi')) !!}

{{-- VISI --}}

🎯 Visi

{!! nl2br(e($profile->visi ?? 'Visi sekolah belum diisi')) !!}

{{-- MISI --}}

🚀 Misi

{!! nl2br(e($profile->misi ?? 'Misi sekolah belum diisi')) !!}

@endsection