@extends('index') @section('content')
{{ csrf_field() }}

Data Sekolah

@if(session('success'))
{{ session('success') }}
@endif
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('headmaster_nip'))

{{ $errors->first('headmaster_nip') }}

@endif
@if ($errors->has('headmaster'))

{{ $errors->first('headmaster') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
@if ($errors->has('fax'))

{{ $errors->first('fax') }}

@endif
@if ($errors->has('url'))

{{ $errors->first('url') }}

@endif
@if ($errors->has('address'))

{{ $errors->first('address') }}

@endif
@endsection @push('script') @endpush