@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.credits')) @section('header') {{ Breadcrumbs::render('credits') }} @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif

{{ ctrans('texts.credits') }}

{{ ctrans('texts.list_of_credits') }}

@endsection @section('body')
@livewire('credits-table')
@endsection