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

Blocked Report

@endsection @section('content')
@if($users->count() > 0) @foreach($users as $student) @endforeach
{{trans('labels.action')}} {{trans('labels.student_id')}} {{trans('labels.name')}} {{trans('labels.phone')}} {{trans('labels.status')}}
{{$student->student_id}} {{$student->name}} {{$student->phone}} @if($student->blockedLog()) {{$student->blockedLog()->message}} - {{$student->blockedLog()->admin->name}} @endif
تاكيد
{!!$users->withQueryString()->links('pagination::bootstrap-4')!!}
@else @endif
@include('dashboard.pages.student-management.partials.add-action-modal')
@endsection @section('script') @endsection