@extends('dash.layouts.app')
@section('title')
Blogs
@endsection
@section('css')
@endsection
@section('content')
# |
Question |
Answer |
Action |
@foreach($home_faqs as $key => $faq)
{{$key+1}} |
{{$faq->question}} |
{{$faq->answer}} |
|
@endforeach
@endsection
@section('js')
@endsection