@include('header') @include('sidebar')

Brand

Data Brand
@foreach ($brand as $b) @endforeach
No Nama Brand Jumlah Produk Tanggal Dibuat Aksi
{{ $loop->iteration }} {{ $b->nama_brand }} {{ $b->jumlah_produk }} {{ $b->createdAt }}
@foreach ($brand as $b) @endforeach @include('footer')