- @if($config['show_project_number'] ?? true)
-
{{ trans('ip.project_number') }}: PROJECT-001
- @endif
- @if($config['show_project_name'] ?? true)
-
{{ trans('ip.project_name') }}: Sample Project
- @endif
- @if($config['show_start_date'] ?? true)
-
{{ trans('ip.start_date') }}: {{ now()->format('Y-m-d') }}
- @endif
- @if($config['show_end_date'] ?? true)
-
{{ trans('ip.end_date') }}: {{ now()->addDays(30)->format('Y-m-d') }}
- @endif
- @if($config['show_status'] ?? true)
-
{{ trans('ip.status') }}: {{ trans('ip.in_progress') }}
- @endif
-