@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Halaman Satuan

@stop @section('content')

Satuan   tambah

@php $no=1 @endphp @foreach ($satuan as $data) @endforeach
No Nama Satuan Aksi
{{$no++}} {{$data->nama_satuan}}
@method('delete') @csrf Edit
@stop @section('css') @stop @section('js') @stop