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

Tambah Data Kurikulum

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

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

@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
--}}
@endsection @push('script') @endpush