@extends('layouts.adminLayouts') @section('head') @stop @section('content-header')

داشبورد پنل مدیریتی {{get_option('site_title') != null ? get_option('site_title') : 'اترک وب'}}

{{ Breadcrumbs::render('admin') }}
@stop @section('content') @if(get_option('sms_status') < 1 )

{{get_option('sms_message')}}

@if(get_option('sms_status') == -2)

شارژ حساب

@endif
@endif
پیام جدید {{number_format(\App\Admin::newContact())}}
کاربران جدید (امروز) {{\App\User::where('created_at','>',\Illuminate\Support\Carbon::today())->count()}}

گزارش ماهانه

آخرین پیام ها

@foreach($contacts as $contact) @endforeach
کد پیگیری نوع پیام شهروند تاریخ ثبت دسته وضعیت
{{$contact->code}} @if($contact->type == 'contact') تماس با ما @else سامانه 137 @endif {{$contact->name}} {{\Morilog\Jalali\Jalalian::forge($contact->created_at)->format('h:i d F y')}} {{$contact->subject->title}} @if($contact->status == 0) درصف بررسی @elseif($contact->status == 1) حل شده @elseif($contact->status == 2) در دست بررسی @elseif($contact->status == -1) هرزنامه @endif

وضعیت پیام ها

@stop @section('footer') @stop