@extends('backend.admin.layouts.app') @section('content')

Dashboard

@foreach ($faqs as $faq) @endforeach
# Question Answer Action
{{ $loop->iteration }} {{ $faq->question }} {!! $faq->answer !!}
@csrf {{ method_field('DELETE') }}
@endsection @push('style') @endpush