@extends('petugas.layouts.layout_dashboard') @section("title") Galeri @endsection @section("breadcrumb") @endsection @section("content")
photo_library

Data Galeri

@foreach($data as $key => $g) @endforeach
# Gambar Judul Keterangan Actions
{{ ($data->currentpage()-1) * $data->perpage() + $key + 1 }} {{$g->judul}}

{{$g->keterangan}}

edit
@if(!empty($data)) {{$data->appends(Request::all())->links()}} @endif
@endsection