aswi2020merlot-gitlab/resources/views/artefact/default.blade.php @ 2f7ecc0e
1 |
@extends('layouts.app') |
---|---|
2 |
|
3 |
@section('title', 'Artefacts') |
4 |
|
5 |
@section('breadcrumb') |
6 |
<li class="breadcrumb-item"><a href="{{ url('/') }}">Home</a></li> |
7 |
<li class="breadcrumb-item active" aria-current="page">Artefacts</li> |
8 |
@endsection |
9 |
|
10 |
|
11 |
@section('content') |
12 |
@component('components/books', ['artefacts' => $artefacts]) |
13 |
@endcomponent |
14 |
@endsection |