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

Edit Tahun Ajaran

@include('stisla-templates::common.errors')
{!! Form::model($tahunAjaran, ['route' => ['tahunAjarans.update', $tahunAjaran->id], 'method' => 'patch']) !!}
@include('tahun_ajarans.fields')
{!! Form::close() !!}
@endsection