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

Tambah Foto Kegiatan: {{ $ekstra->name }}

@stop @section('content')
@csrf
@error('caption') {{ $message }} @enderror
@error('image') {{ $message }} @enderror
Kembali
@stop