@foreach($tahunAjarans as $tahunAjaran) @endforeach
Tahun Action
{{ $tahunAjaran->tahun }} {!! Form::open(['route' => ['tahunAjarans.destroy', $tahunAjaran->id], 'method' => 'delete']) !!}
{{-- {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger action-btn delete-btn', 'onclick' => 'return confirm("Are you sure want to delete this record ?")']) !!} --}}
{!! Form::close() !!}