@extends('mainapp::layouts.backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ ___('mainapp_faq.FAQ List') }}

{{ ___('mainapp_common.add') }}
@forelse ($data['faqs'] as $key => $row) @empty @endforelse
{{ ___('mainapp_common.sr_no') }} {{ ___('mainapp_faq.Question') }} {{ ___('mainapp_common.Position') }} {{ ___('mainapp_common.status') }} {{ ___('mainapp_common.action') }}
{{ ++$key }} {{ $row->question }} {{ $row->position }} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('mainapp_common.active') }} @else {{ ___('mainapp_common.inactive') }} @endif

{{ ___('mainapp_common.no_data_available') }}

{{ ___('mainapp_common.please_add_new_entity_regarding_this_table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush