@extends('partials.master')
@section('title','KODE REFERENSI')
@section('content')
| No |
Kategori |
Kode |
Nama |
Status |
Actions |
@foreach ($kode_referensi as $item)
| {{ $i++ }} |
{{ $item->kategori }} |
{{ $item->kode }} |
{{ $item->nama }} |
{{ $item->status }} |
Actions
|
@endforeach
@if($message = Session::get('success'))
@endif
@endsection