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

الشكاوي والمقترحات

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

--}} @foreach($complains as $complain) @endforeach
Student ID Student Name Student Phone Content checked By Watches {{trans('labels.action')}}
{{$complain->user->student_id}} {{$complain->user->name}} {{$complain->user->phone}} {{$complain->content}} {{$complain->admin->name ?? null}} {{$complain->user->lectures->count() ?? 0}} @if(!$complain->is_checked) تمت المعاينة @endif
@endsection @section('script') @endsection