@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
Halaman Satuan
@stop
@section('content')
No |
Nama Satuan |
Aksi |
@php $no=1 @endphp
@foreach ($satuan as $data)
{{$no++}} |
{{$data->nama_satuan}} |
|
@endforeach
@stop
@section('css')
@stop
@section('js')
@stop