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