@extends('layouts.app') @section('title','Task Type') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('task-type-create', $authRolePermissions)) @endif
@include('task-types.table')
@endsection