@extends('admin.layouts.app') @section('breadcrumb') @endsection @section('css') @endsection @section('content')

Preguntas Frecuentes

@foreach($preguntas as $key) @endforeach
# Pregunta
{{$i++}} {{$key->pregunta}}
@endsection @section('script') @endsection