@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
The Buttons extension for DataTables--}} {{-- provides a common set of options, API methods and styling to display--}} {{-- buttons on a page that will interact with a DataTable. The core library--}} {{-- provides the based framework upon which plug-ins can built.--}} {{--
--}}| {{__('labels.id')}} | تاخير الرد | {{trans('labels.student')}} | {{trans('labels.created_at')}} | الردود | الحالة | بحاجة للرد | المسئول | {{trans('labels.action')}} |
|---|---|---|---|---|---|---|---|---|
| {{$question->id}} | {{$question->reply_rate}} | {{$question->student->name}} | {{date('Y-m-d h:i:s a', strtotime($question->created_at))}} {{date('Y-m-d h:i:s a', strtotime($question->replied_at))}} |
{{$question->replies->count()}} | {{$question->statusText()}} | {{$question->needs_reply ? 'نعم' : 'لا'}} | {{$question->admin_id ? $question->admin->name : 'لا يوجد'}} |