@extends('admin.layouts.app') @section('content')

{{$title}}

{{$subtitle}} de {{$title}}
@foreach ($categories as $category) @endforeach
Imagen ID Nombre Mostrar en el menu Tendencia? Descripción Acción
image) }}" alt="" style="border-radius:15px; width: 90px; height: 70px;"> {{$category->name}} @if ($category->show_main == "SI") {{$category->show_main}} @else {{$category->show_main}} @endif @if ($category->trend == "SI") {{$category->trend}} @else {{$category->trend}} @endif {{$category->description}}
Anterior
    {{-- Renderiza los enlaces de paginación de Laravel aquí --}} @foreach ($categories->links()->elements as $key => $element) @if (is_string($element))
  • {{ $element }}
  • @endif @if (is_array($element)) @foreach ($element as $page => $url) @if ($page == $categories->currentPage())
  • {{ $page }}
  • @else
  • {{ $page }}
  • @endif @endforeach @endif @endforeach
Siguiente
@section('scripts') {{-- !-- list.js min js --> --}} {{-- eliminar rol --}} @endsection @endsection