@extends('layout.front.app') @section('title', $iraqmeterSurvey->translation->title) @section('description', $iraqmeterSurvey->translation->description) @section('page_img', $iraqmeterSurvey->img) @section('content')

{{__('front.about_survey')}}

{!! $iraqmeterSurvey->translation->content !!}


    @if (!empty($iraqmeterSurvey->translation->tags)) @php $tags = explode(',', $iraqmeterSurvey->translation->tags); @endphp @foreach ($tags as $tag)
  • {{$tag}}
  • @endforeach @endif
{{$iraqmeterSurvey->translation->title}}
{{$iraqmeterSurvey->translation->title}}
@endsection @section('js') @endsection