@extends('backend.layout.main') @section('content')

About Us

Our Vision @error('vision') {{ $message }} @enderror
Our Mission @error('mission') {{ $message }} @enderror
Our Values @error('value') {{ $message }} @enderror
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
Description @error('description') {{ $message }} @enderror

Section images

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/')) Current @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/')) Current @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/')) Current @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/')) Current @endif
Service background 1 – Our Projects (630×376) @error('service_bg_1') {{ $message }} @enderror @if(!empty($data['section_images']['service_bg_1']) && str_contains($data['section_images']['service_bg_1'], '/storage/')) Current @endif
Service background 2 – Contact Us (630×376) @error('service_bg_2') {{ $message }} @enderror @if(!empty($data['section_images']['service_bg_2']) && str_contains($data['section_images']['service_bg_2'], '/storage/')) Current @endif
Submit
@endsection @push('scripts') @endpush