@extends('backend.admin-withouterrmaster') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Superadmin / Faqs

@if (session('success'))
{{ session('success') }}
@endif
@forelse($faqs as $data) @empty @endforelse
Id Question Type Created At ACTIONS
{{$data->id_faq}} {{$data->question}} {{$data->type}} {{$data->created_at}}

No Records Found !

{{ $faqs->links("pagination::bootstrap-4") }}
@endsection