@extends('backend.student.layouts.right_side_bar') @section('studentBody')
@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
@foreach($questions as $key=>$question) @php $nature = \Illuminate\Support\Str::lower($question->client->company_nature->name); @endphp @endforeach
SN Questions Question On No of Replies Date Status Action
{{++$key}} {{$question->question}}
{{$question->topic->name}}
{{$question->client->company_name}} {{count($question->answers)}} {{date('d M, Y',strtotime($question->created_at))}}
{{csrf_field()}} @if($question->status=='active') @else @endif
{{csrf_field()}}
@endsection @section('script') {{----}} {{----}} @endsection