@extends('frontend.layouts.app') @section('page_content')
@if(count($sliders) > 0)
@foreach($sliders as $ckey => $mslider)

{{LangTranslate::translate($mslider->title ?? '',$mslider->ar_title ?? '')}}

@endforeach
@endif @if(isset($about_company) && isset($about_company->id))
{!! LangTranslate::translate($about_company->description ?? '',$about_company->ar_description ?? '') !!}
@endif @if(isset($feature_products) && count($feature_products) > 0)

{{LangTranslate::translate($fpc_page_title->title ?? 'Discover Our Featured Products',$fpc_page_title->ar_title ?? 'اكتشف منتجاتنا المميزة')}}

{!! LangTranslate::translate($fpc_page_title->description ?? '',$fpc_page_title->ar_description ?? '') !!}