@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', __('Add Project')) @section('content') @if ($errors->any()) @endif @if (session('success')) @endif
@csrf
License & Renewal

{{ __('Reference Info:') }} UT – Ubahan Tambahan, PB – Pelan Bangunan, ID – Interior Design
{{--
--}}

{{ __('Project Description') }}

{{ __('Client') }}

{{ __('Scope') }}

{{ __('Project Type') }}

{{ __('Project Phase') }}

{{ __('Received Year') }}

{{ __('Start Date') }}

{{ __('End Date') }}

{{ __('Assignees') }}

@foreach($users as $user) @endforeach
{{-- submission types --}}

{{ __('Submission Types') }}

@error('submission_types')
{{ $message }}
@enderror @foreach($submissionTypes as $index => $type)
id ? 'checked' : '' }}>
@endforeach

{{ __('Remarks') }}

@php $oldTimelines = old('timelines', [['timeline_date' => '', 'remark' => '']]); @endphp

{{ __('Timeline') }}

@foreach ($oldTimelines as $index => $timeline)
@endforeach

{{ __('Upload Image or Document') }}

@error('project_file')
{{ $message }}
@enderror
{{ __('Back') }}
@endsection @push('scripts') @endpush