{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Marcas') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content') @include("pages.supplier.modals.supplier-brand-modal")
| NOMBRE | COLOR | CATEGORÍA | DESCRIPCIÓN | ACCIONES | ||||
|---|---|---|---|---|---|---|---|---|
| {{ $supplier->name }} | @foreach ($categories as $category) @if($supplier->categoryUuidKey === $category->uuidKey) {{ $category->name }} @endif @endforeach | @isset($supplier->description){{ substr($supplier->description, 0, 150) }} | @endisset @empty($supplier->description)@endempty |