@extends('adminlte::page') @section('title', 'Profil Sekolah') @section('content_header')

Edit Profil Sekolah

@stop @section('content')
Edit data
@csrf @method('put')
@error('nama_sekolah')
{{ $message }}
@enderror
@error('kepala_sekolah')
{{ $message }}
@enderror
@error('alamat')
{{ $message }}
@enderror
{{-- @if(!empty($school->logo)) @endif --}} @if(isset($school->logo) && !empty($school->logo)) Foto Produk @else No Foto @endif @error('logo')
{{ $message }}
@enderror
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop