@extends('layouts.main') @section('page-title') {{ __('Task Board') }} @endsection @section('title') {{ __('Task Board') }} @endsection @section('page-breadcrumb') {{ __('Project') }},{{ __('Project Details') }},{{ __('Task Board') }} @endsection @push('css') @include('layouts.includes.datatable-css') @endpush @section('page-action')
@stack('addButtonHook') @permission('task manage')
@endpermission
@permission('task create') @endpermission
@endsection @section('filter') @endsection @section('content')
{{ $dataTable->table(['width' => '100%']) }}
@endsection @push('scripts') @include('layouts.includes.datatable-js') {{ $dataTable->scripts() }} @endpush @if ($project && $currentWorkspace) @push('scripts') @endpush @endif