@extends('web.layouts.container') @section('breadcrumb') @endsection @section('content')
@if($faqs->count()) @foreach($faqs as $faq)

{!! $faq->answer !!}

@endforeach @endif
{{--
--}} {{--
--}} {{--
إرسل لنا سؤالك
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{__('main.connect_with_us')}}
@endsection @section('inner_js') @endsection