@extends('layout.app') @section('title', $title) @section('content') {{ show_msg() }}
@foreach ($rows as $key => $row) @endforeach
No Kode Nama periode Keterangan Aksi
{{ ($rows->currentPage() - 1) * $limit + $key + 1 }} {{ $row->kode_periode }} {{ $row->nama_periode }} {{ $row->keterangan }} Ubah
{{ csrf_field() }} {{ method_field('DELETE') }}
@if ($rows->hasPages()) @endif
@endsection