@extends('frontend.home') @section('content') @include('frontend.layouts.banner')
@if($faq->count() > 0)

Not what you're looking for? Try other keyword.

{{ csrf_field() }}

Frequently Asked Questions

The Search results for {{ $search }}
    @foreach($faq as $detail)
  • {!!$detail->question!!}

    {!! $detail->content!!}

  • @endforeach
{{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@foreach($faq as $detail)--}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{----}} {{--
QueryAnswer
{!!$detail->question!!}{!! $detail->content!!}
--}} @else

No results found for your query {{ $search }}

Please search again

{{ csrf_field() }}
@endif
@endsection