@extends($layout) @section('content')
{!! $tpl->displayNotification() !!}

{!! __('label.accomplish') !!} {!! __('label.describe_outcome') !!}

@if (isset($project['id']) && $project['id'] != '') @endif
@if ($projectTypes && count($projectTypes) > 1)

Project Type

The type of the project. This will determine which features are available.



@endif @dispatchEvent('beforeClientPicker', $project)

{!! __('label.project_dates') !!}

{!! __('label.client_product') !!}

@if ($login::userIsAtLeast('manager'))
{!! __('label.client_not_listed') !!} @endif

{!! __('labels.defaultaccess') !!}

{!! __('text.who_can_access') !!}

@once @push('scripts') @endpush @endonce @endsection