@include('layouts.header')
{{-- @include('layouts.nav') --}} @include('layouts.sidebar')

Create Unit

@if (session('success')) @endif @if (session('delete')) @endif

Unit Table

@foreach ($units as $key => $un) @endforeach
No. Unit Date Action
{{ $key + 1 }} {{ $un->unit }} {{ $un->unit_qty }} {{ $un->created_at->format('d M Y') }}