@extends('layouts.master') @section('content')
@if(session('sukses')) @endif @if(session('warning')) @endif @if ($errors->any())
Peringatan :
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Profil Sekolah


{{ csrf_field() }} @method('put')
Format file yang diperbolehkan hanya *.JPG, *.PNG dan ukuran maksimal file 2 MB. Disarankan gambar berbentuk kotak atau lingkaran!

BATAL
@endsection