@extends('dash.layouts.app') @section('title') Blogs @endsection @section('css') @endsection @section('content')

FAQ List

@foreach($home_faqs as $key => $faq) @endforeach
# Question Answer Action
{{$key+1}} {{$faq->question}} {{$faq->answer}}
@csrf @method('delete')
@endsection @section('js') @endsection