@extends('layouts.app') @section('content')
{{-- table index start --}}
Pengurusan Kod Akta
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif
@if ($model->isNotEmpty()) @php $counter = 1; @endphp @foreach ($model as $rec) @endforeach @else @endif
No. Kod Akta Penerangan Action
{{ $counter++ }} {{ $rec->kodakta }} {{ $rec->description }}
No Data Found
{{-- table index end --}}
@endsection