@extends('layout.main') @section('title', 'Daftar Kategori Aset') @section('prev-page') Home @endsection @section('content')
Daftar Kategori Aset
@csrf
@forelse($categories as $category) @empty @endforelse
Kategori
{{ $category->name }}
Belum ada data.
@if (!empty($metadata->links)) @endif
@endsection @section('other-scripts') @endsection