@extends('layouts.user.layout') @section('title') {{ $seo_text->title }} @endsection @section('meta') @endsection @section('user-content')

{{ $menus->where('id',17)->first()->navbar }}

@foreach ($faqs as $item)

{{ $item->answer }}

@endforeach
@endsection