@extends('petugas.layouts.layout_dashboard') @section("title") Berita @endsection @section("breadcrumb") @endsection @section("content")
article

Data Berita

@foreach($data as $key => $d) @endforeach
# Gambar Judul Actions
{{ ($data->currentpage()-1) * $data->perpage() + $key + 1 }}
{{$d->judul}}
{{$d->author}} | {{$d->created_at}}
edit
@if(!empty($data)) {{$data->appends(Request::all())->links()}} @endif
@endsection