@extends('layout.main') @section('title', 'Dashboard') @section('content')
{{-- User (hanya owner) --}} @if(auth()->user()->role === 'owner') @endif {{-- Portofolio --}} {{-- Laporan Mingguan --}} {{-- Laporan Bulanan --}} {{-- Daftar Produk --}} {{-- Produksi Barang --}} {{-- Customer Orders --}} {{-- Reseller Sections --}}
@endsection