@extends('frontend.layouts.pages') @section('title', lang('Faq')) @section('content')
@foreach ($faqs as $faq)

{!! $faq->content !!}
@endforeach
{{ $faqs->links() }}
@endsection