@extends('back-end.master.app') @section('title', 'Dashboard') @section('body')
@php $date = date('Y-m-d'); $date_week = date('Y-m-d', strtotime('-7 days')); $yesterday = date('Y-m-d', strtotime('-1 days')); $word = explode('-', $date); $year = $word[0]; $month = $word[1]; $this_month = $year . '-' . $month; @endphp
Views

@endsection @section('pageJs') @endsection