@extends('layouts.app') @section('title') Create Tahun Ajaran @endsection @section('content')

New Tahun Ajaran

@include('stisla-templates::common.errors')
{!! Form::open(['route' => 'tahunAjarans.store']) !!}
@include('tahun_ajarans.fields')
{!! Form::close() !!}
@endsection