@extends('admin.layouts.app') @push('style') {{-- --}} @endpush @section('pagetitlesection') @endsection @section('content')

No of Faqs : {{ count($listFaqs) }}

{{-- --}} {{-- --}} @forelse ($listFaqs as $data) @empty @endforelse
Faq QuestionLast NameFaq AnswerAddressCreated On Status Action
{{ $data->question ? $data->question : '---' }} {{ $data->answer ? $data->answer : '---' }} {{ date('d-m-Y', strtotime($data->created_at)) }} @switch($data->is_active) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
No Data Yet
@endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush