@extends('layouts.default') @php use Illuminate\Support\Str; @endphp @section('title', 'Gallery Produk') @push('css') @endpush @section('content')

Gallery Produk Semua data aset & peralatan

Tampilkan Semua @foreach($produk->groupBy('tipeProduk.nama_tipe') as $namaTipe => $group) {{ $namaTipe ?? 'Tanpa Tipe' }} @endforeach
@endsection @push('scripts') @endpush