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

Tambah Guru

@if ($errors->has('code'))

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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