@extends('template.app') @section('title', 'Merek') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@foreach($brands as $brand) @endforeach
Nama Deskripsi Logo Aksi
{{ $brand->name }} {{ $brand->description }} @if($brand->logo) Brand Logo @else No Logo @endif
@endsection @section('js') @endsection