@extends('admin.layouts.master') @section('title', 'FAQs Instructors') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('FAQ Instructors') }}
@can('faq.faq-instructor.delete') @endcan @can('faq.faq-instructor.create') {{ __('Add FAQs') }} @endcan
@foreach($faq as $key=>$p) @endforeach
# {{ __('Question') }} {{ __('Answer') }} {{ __('Status') }} {{ __('Action') }}

Warning: Undefined variable $key in /home/karendei/public_html/test.karenderia.ir/resources/views/admin/faq_instructor/index.blade.php on line 64
1
{{$p->title}} {{ str_limit(strip_tags($p->details), $limit = 50, $end = '...')}}


@endsection @section('script') @endsection