@extends('dashboard.app') @section('content')

Publish F.A.Q

@csrf

All F.A.Q

@foreach ($faq as $d) @endforeach
# Question Answer Actions
{{ $loop->iteration }} {{ $d->question }} {{ Str::limit(strip_tags($d->answer), 200, ' ...') }}
@endsection