@extends('layouts.adminlte')
@section('title', 'Edit Mata Pelajaran')
@section('content_header')
Perbarui informasi mata pelajaran.
Kembali
@stop
@section('content')
{{-- Error Handling --}}
@if ($errors->any())
Terdapat kesalahan pada inputan Anda:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@stop