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

FRONTEND FAQS

@foreach ($frontendFaqList as $faq) @endforeach
Faq Question Faq Type Faq Answer Created On Status Action
{{ $faq->faq_type }} {{ $faq->question }} {{ ($faq->answer!="")?substr($faq->answer, 0,50).'...':'' }} {{ date('d-m-Y', strtotime($faq->created_at)) }} @switch($faq->is_active) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
@endsection @push('scripts') {{-- --}} @endpush