@extends('adminlte::page') @section('title', 'Tambah Jurusan') @section('content_header')

Tambah Jurusan

@stop @section('content')
@csrf
@error('nama') {{ $message }} @enderror
@error('singkatan') {{ $message }} @enderror
Batal
@stop