@extends('layouts.app') @section('title') {{ __('View Project Staff') }} @endsection @section('breadcrumb')

{{ __('Project Staff') }}

@endsection @section('content')

{{ __('View Project Staff') }}

@csrf @method('put') @include('admin.projectstaff._form')
@include('admin.projectstaff._upload') @endsection @section('scripts') @cannot('bulk_action_investigators') @endcan @endsection