@extends('layouts.back') @section('title', 'Gol KPK') @section('content')

Gol KPK

@if (session('success'))
{{ session('success') }}
@endif
Data Gol KPK
@if ($data->count() < 1) @endif
@forelse($data as $item) @if ($data->count() < 1) @endif {{-- MODAL EDIT --}} @empty @endforelse
Isi Aksi
Data Belum AdaData Gol KPK
Belum ada data
{{-- MODAL CREATE --}} @endsection