@extends('adminlte::page') @section('title', 'Certificats') @section('content_header') Certificats @endsection @section('breadcrumb')
@endsection @section('content') Afegir nou certificatID | Nom | Curs/Taller | Accions | @foreach($certificados as $certificado)
---|---|---|---|
{{ $certificado->id }} | {{ $certificado->user->name }} | {{ $certificado->curso->name }} | Veure |