2021-05-12 16:39:29 +02:00

9 lines
192 B
PHP

@extends('portal.ninja2020.layout.app')
@section('meta_title', ctrans('texts.tasks'))
@section('body')
<div class="flex flex-col">
@livewire('tasks-table')
</div>
@endsection