@extends('frontLayouts.frontApp') @section('headerContent')
{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $content->head_content_ar : $content->head_content_en}}
{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $content->end_title_ar : $content->end_title_en }}
{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $content->dream_details_ar : $content->dream_details_en}}
{{ LaravelLocalization::getCurrentLocale() == 'ar' ? $item->description_ar : $item->description_en }}