{{ $projectId ? __('Edit Project') : __('New Project') }}

@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@error('name') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
@error('start_date') {{ $message }} @enderror
@error('end_date_estimated') {{ $message }} @enderror
@error('status') {{ $message }} @enderror

{{ __('Project Location') }}

{{ __('Click on the map to set the project location. The address and country will be filled automatically.') }}

@if(session()->has('message'))
{{ session('message') }}
@endif
@push('scripts') @endpush