@extends('template.app') @section('title', 'Unit') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@foreach($units as $unit) @endforeach
Nama Deskripsi Aksi
{{ $unit->name }} {{ $unit->description }}
@endsection @section('js') @endsection