@extends('layouts.app') @section('content')

مساعدة

@foreach($faqs as $faq) @if($faq->is_published)
{{$faq->answer}}
@endif @endforeach
@endsection