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

Edit Ekstrakulikuler

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