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

imgFaq

@forelse($faq as $val) @empty @endforelse
# Title Detail Actions

{{ $val->id }}

{{ $val->title }} {!! $val->detail !!}
Data not found!
@endsection