@extends('layouts.site') @section('content') @php $lang = app()->getLocale(); $name = 'name_' . $lang; $details = 'details_' . $lang; $type = 'type_' . $lang; $description = 'description_' . $lang; $title = 'title_' . $lang; $img_alt = 'img_alt_' . $lang; $question = 'question_' . $lang; $answer = 'answer_' . $lang; @endphp {{ __('Work Guidelines') }} {{ __('Home') }} {{ __('Work Guidelines') }} {{ app()->getLocale() == 'ar' ? 'إرشادات العمل في شركة عرفه ' : 'Guidelines for working at Arfaa Tried' }} @if ($faqs && $faqs->count() > 0) @foreach ($faqs as $index => $faq) {{ $faq->$question }} {!! html_entity_decode($faq->$answer) !!} @endforeach @endif @stop @section('scripts') @stop
{!! html_entity_decode($faq->$answer) !!}