@extends('layouts.app') @section('page-title', " - ". __("app.index.artefacts.title") ) @section('content') @livewire('artefact.index') @endsection