@extends('layouts.app') @section('title', 'Golongan') @section('title_header', 'Golongan') @section('desc_header', 'Master Data / Golongan') @section('btnAdd') Tambah Golongan @endsection @section('modal')
@endsection @section('content')

Data Golongan

@php $page = isset($_GET['page']) ? $_GET['page'] : 1; $page_length = isset($_GET['page_length']) ? $_GET['page_length'] : 5; $i = $page == 1 ? 1 : $page * $page_length - $page_length + 1; @endphp @forelse ($golongan as $item) @empty @endforelse
# Golongan Aksi
{{ $i++ }} {{ $item->golongan }} {{-- Edit --}}
Data Golongan Kosong.
@endsection @push('extraScript') @endpush