Who we are Title
@error('title')
{{ $message }}
@enderror
Legal Recognition Text
e.g. La Fondation TPO UMVA est légalement reconnue par ordonnance ministérielle numéro 550/1715...
@error('legal_recognition_text')
{{ $message }}
@enderror
General Objective
@error('general_objective')
{{ $message }}
@enderror
Specific Objectives (one per line)
Enter each specific objective on a new line
@error('specific_objectives')
{{ $message }}
@enderror
Who We Are, About One, and service background images. Exact dimensions required. If no image is uploaded, placehold.co is used on the frontend.
Who we are 1 (490×490)
@error('who_we_are_img_1')
{{ $message }}
@enderror
@if(!empty($data['section_images']['who_we_are_img_1']) && str_contains($data['section_images']['who_we_are_img_1'], '/storage/'))
@endif
Who we are 2 (300×308)
@error('who_we_are_img_2')
{{ $message }}
@enderror
@if(!empty($data['section_images']['who_we_are_img_2']) && str_contains($data['section_images']['who_we_are_img_2'], '/storage/'))
@endif
About one 1 (370×380)
@error('about_one_img_1')
{{ $message }}
@enderror
@if(!empty($data['section_images']['about_one_img_1']) && str_contains($data['section_images']['about_one_img_1'], '/storage/'))
@endif
About one 2 (370×380)
@error('about_one_img_2')
{{ $message }}
@enderror
@if(!empty($data['section_images']['about_one_img_2']) && str_contains($data['section_images']['about_one_img_2'], '/storage/'))
@endif