@extends('layouts.app') @section('content')
{{--

Our Areas of Experties



@foreach ($posts as $item) @if ($item->category =='areas_of_experties')
image

{{ $item->title }}


Date: {{ $item->date }}
Location: {{ $item->location }}
{!! $item->truncated_description !!} @if (strlen(strip_tags($item->description)) > strlen($item->truncated_description)) See More... @endif

@endif @endforeach
--}}

Our Work


Our Activities


@foreach ($posts as $item) @if ($item->category=='our_activities')
image

{{ $item->title }}


Date: {{ $item->date }}
Location: {{ $item->location }}
{!! $item->truncated_description !!} @if (strlen(strip_tags($item->description)) > strlen($item->truncated_description)) See More... @endif
@endif @endforeach

Success Stories


@foreach ($posts as $item) @if ($item->category=='success_story')
image

{{ $item->title }}


Date: {{ $item->date }}
Location: {{ $item->location }}
{!! $item->truncated_description !!} @if (strlen(strip_tags($item->description)) > strlen($item->truncated_description)) See More... @endif
@endif @endforeach


Our Impact


Skill Development


@foreach ($posts as $item) @if ($item->category=='skill_develpment')
image

{{ $item->title }}


Date: {{ $item->date }}
Location: {{ $item->location }}
{!! $item->truncated_description !!} @if (strlen(strip_tags($item->description)) > strlen($item->truncated_description)) See More... @endif
@endif @endforeach

Infrastructure Development


@foreach ($posts as $item) @if ($item->category=='infrastructure_develpment')
image

{{ $item->title }}


Date: {{ $item->date }}
Location: {{ $item->location }}
{!! $item->truncated_description !!} @if (strlen(strip_tags($item->description)) > strlen($item->truncated_description)) See More... @endif
@endif @endforeach


Asset Creation


@foreach ($posts as $item) @if ($item->category=='asset_creation')
image

{{ $item->title }}


Date: {{ $item->date }}
Location: {{ $item->location }}
{!! $item->truncated_description !!} @if (strlen(strip_tags($item->description)) > strlen($item->truncated_description)) See More... @endif
@endif @endforeach

Livelihood Generation


@foreach ($posts as $item) @if ($item->category=='livelihood_generation')
image

{{ $item->title }}


Date: {{ $item->date }}
Location: {{ $item->location }}
{!! $item->truncated_description !!} @if (strlen(strip_tags($item->description)) > strlen($item->truncated_description)) See More... @endif
@endif @endforeach

Geographic Coverage


Kunduz



Kabul



Baghlan


Samangan


Takhar


Disaster Response


Our Valueable Partners


WFP



IFAD



UNDP


GIZ


The Wold Bank


@endsection