{{ __('task.' . $title) }}

@include('components.notifications.notification_message') @can('manage tasks') @if ($title == 'Tasks') {{ __('messages.Create New Task') }} @endif @endcan
@livewire('tables.task-datatables', ['param' => $query_param, 'title' => $title])