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

{{ __('Project Staff') }}

@endsection @section('content')
@can('create_project_staff') {{ __('Create') }} @endcan
# {{ __('Name') }} {{ __('Designation') }} {{ __('Highest Education') }} {{ __('Contact Number') }} {{ __('Email') }} {{ __('Action') }}
@endsection @section('scripts') @endsection