@extends('layouts.app', ['activePage' => 'dashboard', 'titlePage' => __('jamia.dashboard')]) @section('content')

{{ __('jamia.discard') }}

{{$discardCount}}

{{ __('jamia.notification') }}

{{$notification}}

{{ __('jamia.complaint') }}

{{$complaintCount}}

{{ __('jamia.offer') }}

{{$offers}}

@foreach($discardList as $list) @endforeach
{{ $list->item_name }} {{ date('d-m-Y',strtotime($list->report_dt)) }}
Lines From Great Russian Literature? Or E-mails From My Boss?
Flooded: One year later, assessing what was lost and what was found when a ravaging rain swept through metro Detroit
Sign contract for "What are conference organizers afraid of?"

{{ __("jamia.complaint") }}

@foreach($complaintList as $list) @endforeach
ID {{__("jamia.customer")}} {{__("jamia.date")}} {{__("jamia.cust_phone")}}
{{ $i++; }} {{ $list->name }} {{ date('d-m-Y',strtotime($list->created_at)) }} {{ $list->number}}
@endsection @push('js') @endpush