@extends('admin.layouts.master') @section('title', 'FAQs Students') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('FAQs Students') }}
@can('faq.faq-student.delete') @endcan @can('faq.faq-student.create') {{ __('Add FAQ') }} @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/index.blade.php on line 62
1
{{$p->title}} {{ str_limit(strip_tags($p->details), $limit = 50, $end = '...')}}


@endsection @section('script') @endsection