@extends('../layouts/partials/header') @section('title', 'Cursos') @section('content')

Cursos

Nuevo curso
@forelse ($cursos as $item) @empty @endforelse
Id Curso Categoria Fec.Creación
{{ $item->id }} {{ $item->name }} {{ $item->category }} {{ $item->created_at }}
No hay datos
@endsection @section('js') {{-- --}} @endsection @extends('../layouts/partials/footer')