@extends('backend.layouts.master') @section('pageTitle') FAQ @endsection @section('bodyCssClass') @endsection @section('pageContent')

FAQ

FAQ * Marks are required feild

@csrf
{{ $errors->first('question') }}
{{ $errors->first('answer') }}
Cancel

@foreach($faqs as $faq) @php $qa = json_decode($faq->meta_value); @endphp @endforeach
Question Answer Action
{{ $qa->q }} {!! $qa->a !!}
@csrf
Qustion Answer Action
{{ $faqs->links() }}
@endsection @section('extraScript') @endsection