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

Tambah Ekstrakulikuler

@stop @section('content')
@csrf
@error('name') {{ $message }} @enderror
Contoh: fas fa-futbol, fas fa-music
Kembali
@stop @section('js') @stop