@extends('admin.admin-template') @section('title', $title) @section('css') @endsection @section('content')

{{$title}}

Home

Laporan

{{$title}}

Laporan
Semua Laporan Berasal Masyarakat

@foreach ($laporans as $no => $laporan) @endforeach
No Nomor Laporan Laporan Sifat Jenis Type Status Action
{{$no+1}} {{$laporan->nomor_laporan}} {{$laporan->judul}} {{sifat($laporan->sifat_id)}} {{jenis($laporan->jenis_id)}} {{type($laporan->type_id)}} {{status($laporan->status_id)}} Detail
{{$laporans->appends(request()->input())->links()}}
@endsection @section('script') @endsection