@extends('admin.layouts.master') @section('title','All Answer') @section('maincontent') @include('admin.layouts.topbar',$data)
{{__('All Answer')}}
{{__('Add Answer')}}
@foreach($answers as $ans) @endforeach
# {{ __('Answer') }} {{ __('Question') }} {{ __('Course') }} {{ __('Status') }} {{ __('Action') }}
id }} id='checkbox{{ $ans->id }}'> 1 {{ strip_tags($ans->answer)}} {{strip_tags($ans->question->question)}} {{$ans->courses->title}}
@endsection @section('script') @endsection