@extends('layouts.app') @section('title', 'Galeri Kegiatan') @section('content') GALERI KEGIATAN Dokumentasi kegiatan dan pelayanan Puskesmas Katoi Beranda Galeri Semua Foto Video @forelse($galeris as $galeri) @if($galeri->tipe == 'foto') @else @if($galeri->thumbnail) @else @endif Video @endif {{ $galeri->judul }} @if($galeri->deskripsi) {{ Str::limit($galeri->deskripsi, 80) }} @endif @if($galeri->tipe == 'foto') {{ $galeri->judul }} @if($galeri->deskripsi) @endif @endif @empty Belum Ada Galeri Belum ada foto atau video yang diupload. @endforelse @if($galeris->hasPages()) {{ $galeris->links() }} @endif @endsection @push('styles') @endpush @push('scripts') @endpush
Dokumentasi kegiatan dan pelayanan Puskesmas Katoi
{{ Str::limit($galeri->deskripsi, 80) }}
Belum ada foto atau video yang diupload.