@extends('front.layouts.master')
@section('title', isset($title) ? $title : 'Home')
@section('description', isset($description) ? $description : '')
@section('keywords', isset($keywords) ? $keywords : '')
@section('content')
{{ __('Funders and Supporters') }}
- {{ __('Home') }}
- {{ __('Funders and Supporters') }}
@foreach (funders()->where('type','international_partners') as $funder)
@endforeach
@foreach (funders()->where('type','jordanian_ministries_and_institutions') as $funder)
@endforeach
@endsection