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

Form Tambah Alumni

@stop @section('content')
Tambah data
@csrf
@error('nama')
{{ $message }}
@enderror
@error('angkatan')
{{ $message }}
@enderror
@error('pekerjaan')
{{ $message }}
@enderror
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop