@extends('layouts.public-master') @section('main') @if(!$news->isEmpty()) @foreach($news as $newsItem) id == $news->first()->id ? 'class=active' : '' }}> {{ $newsItem->title }} @if(\Carbon\Carbon::parse($newsItem->created_at)->diffInHours() < 48) (جدید) @endif @endforeach مشاهده تمامی اخبار @endif @if(!$faq->isEmpty()) @foreach($faq as $faqItem) {{ $faqItem->title }} {!! clean($faqItem->content) !!} @endforeach تمامی سوالات متداول @endif @if($templateConfigs['showOurTeamSection']) {{ $templateConfigs['ourTeamHeader'] }} @foreach($templateConfigs['teamMembers'] as $teamMember) @if($teamMember['name']) {{ $teamMember['name'] }} {{ $teamMember['position'] }} {{ $teamMember['bio'] }} @endif @endforeach @endif @endsection