@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{$title}}

@if(request()->type == 'mine' && $questions->count() == 0) اسحب اسئلة جديدة @endif
@endsection @section('content')
{{--

Buttons example

--}} {{--

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.--}} {{--

--}}
عدد الاسئلة : {{$questions->total()}}
@if($questions->count() > 0) @foreach($questions as $question)
@endforeach @else
There is no Questions to reply
@endif
@endsection @section('script') @endsection