@extends('core::layouts.master') @section('head-action') @php($website_info =Service::getWebsitePackage()) @if(@$website_info)
  • Bạn đang sử dụng {{@$website_info['website_package_name']}} ngày hết hạn {{ \Carbon\Carbon::parse(@$website_info['website_expired_date'])->format('d/m/Y')}}
  • @if(@$website_info['website_expired_date'] && $website_info['website_expired_date'] < \Carbon\Carbon::now()->addDays(7)) @section('scripts') @parent @endsection @endif @endif @php $total_notice = $comment_new_count+$contact_new_count; if(!in_array('product', config('theme.types')[$theme_active['type']])){ $total_notice += $order_new_count; } @endphp
  • Tài khoản
  • Thoát
  • @endsection @section('stylesheet') @parent @endsection @section('content') @include('core::partials.remove_sample_data')

    Chào mừng bạn đến với HỆ THỐNG QUẢN TRỊ NỘI DUNG WEBSITE - Được xây dựng bởi IM Group Nếu bạn có thắc mắc trong quá trình sử dụng CMS, xin vui lòng xem hướng dẫn Tại Đây.

    @if(Setting::get('seo_default.robots')==0)
    Cảnh báo! Bạn chưa bật google index cho website. Bạn vui lòng thay đổi tại đây .
    @endif @php($email_send = Setting::get('send_order_email')) @if(!$email_send || !@$email_send['email'] || !@$email_send['password'])
    Cảnh báo! Bạn chưa cấu hình tài khoản gởi mail. Bạn vui lòng cấu hình tại đây để chức năng gửi email được hoạt động.
    @endif
    @if(!in_array('product', config('theme.types')[$theme_active['type']]))
    @endif
    @if($is_ecommerce)
    @endif
    @if($is_ecommerce)
    Đơn hàng mới
    @foreach(Modules\ECommerce\Models\Order::orderBy('id', 'desc')->take(5)->get() as $order) @endforeach
    Đơn hàng Ngày đặt Khách hàng Tổng tiền Trạng thái
    {{ $order->code }}
    {{ date('H:i',strtotime($order->created_at)) }}{{ date('d/m/Y',strtotime($order->created_at)) }}
    {{ $order->fullname }}
    {{ $order->email }}
    {{ $order->phone }}
    {{ formatCurrency($order->total) }}
    {{ config('ecommerce.order_type')[$order->status] }}
    @endif
    Liên hệ mới từ khách hàng
    @foreach(Modules\Contact\Models\Contact::orderBy('id', 'desc')->take(5)->get() as $contact) @endforeach
    Thời gian Nguời liên hệ Nội dung
    {{ date('H:i',strtotime($contact->created_at)) }}{{ date('d/m/Y',strtotime($contact->created_at)) }}
    {{ $contact->name }}
    {{ $contact->email }}
    {{ $contact->phone }}
    {{ $contact->message }}
    @if($is_ecommerce)
    Sản phẩm gần nhất
    @foreach(Modules\Product\Models\Product::with('description')->orderBy('id', 'desc')->take(5)->get() as $product)
    @endforeach
    @endif
    Bài viết gần nhất
    @foreach(Modules\Post\Models\Post::with('description')->orderBy('id', 'desc')->take(5)->get() as $post)
    @endforeach
    Có thể bạn quan tâm
    @endsection @section('scripts') @parent @endsection