@extends('layouts/contentLayoutMaster') @section('title', 'Dashboard') @section('content') {{ __('locale.dashboard') }} {{ Carbon\Carbon::now()->timezone('Asia/Jakarta')->format('l, d M Y') }} {{-- @if (Auth::user()->verified > 1) --}} @if (Auth::user()->status == 0) @include('panels.suspended-account') @endif @include('panels.dashboard-upcomming') @include('panels.dashboard-buddy') @include('panels.dashboard-content') {{-- @else @include('panels.new-member') @endif --}} @endsection @section('page-script') {{-- Page js files --}} @endsection
{{ Carbon\Carbon::now()->timezone('Asia/Jakarta')->format('l, d M Y') }}