{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Productos') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content') {{-- {{ $categories }} --}}
add Productos
Filtrar keyboard_arrow_down
@forelse ($categories as $category) @empty @endforelse
IMAGEN NOMBRE COLOR RESUMEN ACCIONES
{{ $category->name }} {{ $category->summary }}
edit
@method('DELETE') @csrf
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection