{!! $tpl->displayNotification() !!}
{!! __('link.new_project') !!}
| {!! __('label.project_name') !!} | {!! __('label.client_product') !!} | {!! __('label.project_type') !!} | {!! __('label.project_state') !!} | {!! __('label.hourly_budget') !!} | {!! __('label.budget_cost') !!} |
|---|---|---|---|---|---|
| {{ $row['name'] }} | {{ $row['clientName'] }} | {{ $row['type'] }} | @if ($row['state'] == -1) {!! __('label.closed') !!} @else {!! __('label.open') !!} @endif | {{ $row['hourBudget'] }} | {{ $row['dollarBudget'] }} |