@extends('layouts.master') @section('content')
{{-- --}}
@foreach ($unit as $item) @endforeach
No Nama Unit Deskripsi Tanggal Dibuat Action
{{ $loop->iteration }} {{ $item->name_unit }} {{ $item->deskripsi }} {{ $item->created_at->format('Y-m-d') }}
{{-- Tambah Data --}}
@csrf
Reset
{{-- End Tambah Data --}} {{-- Form Update --}} {{-- end Form Update --}}
@section('script') @endsection @endsection