{{-- 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') @include('pages.categories.modals.categories-modal')
Filtrar keyboard_arrow_down
@forelse ($categories as $category) @empty @endforelse
IMAGEN NOMBRE COLOR RESUMEN ACCIONES
{{ $category->name }} {{ $category->summary }}
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection