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