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