{{-- 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')
add Proveedor
Filtrar keyboard_arrow_down
{{-- {{ $suppliers }} --}}
{{-- {{ $suppliers }} --}} {{-- {{ $categories }} --}} @forelse ($suppliers as $supplier) @isset($supplier->description) @endisset @empty($supplier->description) @endempty @empty @endforelse
IMAGEN NOMBRE COLOR CATEGORÍA DESCRIPCIÓN ACCIONES
{{ $supplier->name }} @foreach ($categories as $category) @if($supplier->categoryUuidKey === $category->uuidKey) {{ $category->name }} @endif @endforeach {{ substr($supplier->description, 0, 150) }}
edit
@method('DELETE') @csrf
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection