2021-05-12 16:39:29 +02:00
|
|
|
@extends('portal.ninja2020.layout.app')
|
|
|
|
@section('meta_title', ctrans('texts.tasks'))
|
|
|
|
|
|
|
|
@section('body')
|
|
|
|
<div class="flex flex-col">
|
2021-06-07 03:06:31 +02:00
|
|
|
@livewire('tasks-table', ['company' => $company])
|
2021-05-12 16:39:29 +02:00
|
|
|
</div>
|
|
|
|
@endsection
|