@extends('Dashboard::layouts.dashboard') @section('content')
@foreach ($data as $item) @endforeach
Nombre Descripción Slug
{{ $item->name }} {{ $item->description }} {{ $item->slug }}
@endsection