@extends('layouts.main') @section('css') @endsection @section('content') {{-- Header --}}

Data Sekolah

{{-- Content --}}
Edit Data Sekolah
@include('pages.sekolah._editdata')
Edit Logo Sekolah
@include('pages.sekolah._editlogo')
@endsection @section('js') @include('pages.sekolah.script'); @include('partials.toast2'); @endsection