@extends('admin.layouts.master') @section('title','All Answer') @section('maincontent') @include('admin.layouts.topbar',$data)
# | {{ __('Answer') }} | {{ __('Question') }} | {{ __('Course') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
id }} id='checkbox{{ $ans->id }}'>
1 {{__('Are You Sure ?')}}{{__('Do you really want to delete selected item names here? This process cannot be undone.')}} |
{{ strip_tags($ans->answer)}} | {{strip_tags($ans->question->question)}} | {{$ans->courses->title}} |
{{__('Delete')}}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |