@extends('layouts.app') @section('title', 'Persyaratan') @section('breadcrumb') @endsection @section('title-section', 'Persyaratan') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
@foreach ($data as $key => $row) @endforeach
# Nama Layanan Jumlah Persyaratan Action
{{ $key + 1 }} {{ $row['nama_layanan'] }} {{ $row['count'] }} Detail
@endsection