@extends('layouts.front') @section('content') @section('css') @endsection @php $home = \App\HomePage::findorFail(1); @endphp

Preguntas Frecuentes

  • Home -
  • Preguntas Frecuentes
@if(!empty($data)) @foreach($data as $row)

{{$row->name}}

@foreach($row->faq as $f)

{{$f->answer}}

@endforeach @endforeach @endif
@section('js') @endsection @endsection