@extends('admin.template.master') @section('title', $title) @section('content')
{{-- --}}

FAQ's List

@include('admin.partials.flash_message') @if(count($faqs) > 0) @foreach($faqs as $k=>$u) @endforeach @else @endif
S.No Title Description Action
{{ ++$k }} {{ $u->title }} {!! $u->short_description !!}  
No Data Found
S.No Title Description Action
@endsection