@extends('backend.layouts.grid') @section('title', $complaintType.__(' complaint Queries')) @section('content')

{{ __('Total Resolved') }}

{{ @$totalResolved }}

{{ __('Total In-Process') }}

{{ $totalOnProcessing }}

{{ __('Total Pending') }}

{{ $totalPending }}

{{ __('Total Rejected') }}

{{ $totalRejected }}

@if(count($complaintList) > 0)

{{ __('#') }} {{ __('Student Name') }} {{ __('Father Name') }} {{ __('Mother Name') }} {{ __('Class') }} {{ __('Shift') }} {{ __('Mobile') }} {{ __('Complaint') }} {{ __('Admin Comment') }} {{ __('Created Date Time') }} {{ __('Status') }}
{{ __('#') }} {{ __('Student Name') }} {{ __('Father Name') }} {{ __('Mother Name') }} {{ __('Class') }} {{ __('Shift') }} {{ __('Mobile') }} {{ __('Complaint') }} {{ __('Admin Comment') }} {{ __('Created Date Time') }} {{ __('Status') }}
@else @include('backend.includes.empty') @endif @endsection @push('scripts') @endpush