@extends('layouts.blankNew') @section('css') @endsection @section('content')

Form Kelengkapan Data Profile Sekolah

@include('include.alertNew')
1. Pastikan NPSN yang diisi benar 2. Pastikan kembali untuk Wilayah,Provinsi,Kecamatan,Kabupaten sesuai dengan data sekolah
{{csrf_field()}}

Profile Sekolah

@error('name') {{$message}} @enderror
    @error('npsn') {{$message}} @enderror
    @error('tingkat_sekolah') {{$message}} @enderror
    {{$message}} @enderror
    @error('alamat_sekolah') {{$message}} @enderror
    Lokasi Sekolah
      @error('lat') {{$message}} @enderror
        @error('long') {{$message}} @enderror

        Butuh Bantuan?

        @endsection @section('js') @endsection