@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

Profil Sekolah


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

BATAL
@endsection