{{ __('Project "Invoice To" types') }}
@foreach ($project_invoice_types as $project_invoice_type)

{{ __($project_invoice_type->title) }}

@endforeach
@if(canViewUpdate('edit project Invoice to types')) @endif