{{-- validation --}}
@if ($errors->has('project_name'))
{{ $errors->first('project_name') }}
@endif
{{-- validation --}}
@if ($errors->has('project_full_amount'))
{{ $errors->first('project_full_amount') }}
@endif
{{-- validation --}}
@if ($errors->has('amount_paid'))
{{ $errors->first('amount_paid') }}
@endif
{{-- validation --}}
@if ($errors->has('balance'))
{{ $errors->first('balance') }}
@endif
{{-- validation --}}
@if ($errors->has('total_expenses'))
{{ $errors->first('total_expenses') }}
@endif
{{-- validation --}}
@if ($errors->has('project_profit'))
{{ $errors->first('project_profit') }}
@endif
0%
Drag the slider to set project completion percentage
(0-100%)
{{-- validation --}}
@if ($errors->has('completion_progress'))
{{ $errors->first('completion_progress') }}
@endif
{{-- validation --}}
@if ($errors->has('project_status'))
{{ $errors->first('project_status') }}
@endif
{{-- validation --}}
@if ($errors->has('priority'))
{{ $errors->first('priority') }}
@endif
{{-- validation --}}
@if ($errors->has('project_image'))
{{ $errors->first('project_image') }}
@endif
{{-- validation --}}
@if ($errors->has('project_image_gallery'))
{{ $errors->first('project_image_gallery') }}
@endif