@extends('layouts.app') @section('title','Tasks') @section('pages')
@include('layouts.partials.nav-menu')
@if(!empty($id)) Back @else {{-- @if(in_array('task-create', $authRolePermissions)) --}} {{-- @endif --}} @endif
@include('task-manager.tasks.table')
@endsection @section('js') @endsection