@extends('admin.layouts.master') @section('title', 'Reported Question - Admin') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Reported Question') }} @endslot @slot('menu1') {{ __('Report') }} @endslot @slot('menu2') {{ __('Reported Questions ') }} @endslot @slot('button')
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('User') }} | {{ __('Question') }} | {{ __('Title') }} | {{ __('Email') }} | {{ __('Detail') }} | {{ __('Course') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|---|
1 | {{$item->user['fname']}} | {{$item->question['question']}} | {{$item->title}} | {{$item->email}} | {{ strip_tags(str_limit($item->detail, $limit=50, $end="..."))}} | {{$item->courses['title']}} |