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

Galeri Kegiatan - {{ $ekstra->name }}

@stop @section('content')

Daftar Foto Kegiatan

@if(session('success')) @endif
@foreach($photos as $photo)
{{ $photo->caption }}

{{ $photo->caption }}

@csrf @method('DELETE')
{{ $photo->created_at ? $photo->created_at->diffForHumans() : '-' }}
@endforeach
Kembali ke Daftar Ekskul
@stop