@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.tasks')) @section('body')
@livewire('tasks-table', ['company' => $company])
@endsection