@extends('layouts.admin-portal')
@section('page-title')
FAQS
@endsection
@section('content')
| # |
Heading |
Content |
Action |
@forelse ($faqs as $item)
| {{ $loop->iteration }} |
{{ $item->heading}} |
{!! $item->content !!} |
|
@empty
@endforelse
@endsection
@push('custom-js-scripts')
@endpush