@extends('layouts.main') @section('content') @php use Carbon\Carbon; @endphp

Data Sekolah

@if (session()->has('success')) @endif
@if (!$sekolah)
Tambah Data Sekolah
@csrf @include('pages.datasekolah._addform') {{-- --}}
@else
Edit Data Sekolah
@csrf @method('PUT') @include('pages.datasekolah._editform') {{-- --}}
Edit Logo Sekolah
Logo
Ganti logo sekolah
@csrf @method('PUT')
@error('files') {{ $message }} @enderror
@endif
@endsection