@extends('admin.layouts.master') @section('title', 'All Faq - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Faq Student') }} @endslot @slot('menu1') {{ __('Faq Student') }} @endslot @slot('button')
@endslot @endcomponent{{ $error}}
@endforeach# | {{ __('adminstaticword.Title') }} | {{ __('adminstaticword.Detail') }} | {{ __('adminstaticword.Status') }} | {{ __('adminstaticword.Action') }} | @foreach($faq as $key=>$p)
---|---|---|---|---|
1 {{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item ? This process cannot be undone') }}. |
{{$p->title}} | {{ str_limit(strip_tags($p->details), $limit = 50, $end = '...')}} |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$p->title}} ? {{ __('This process cannot be undone.')}} |