@php use Carbon\Carbon; @endphp @extends('adminlte::page') @section('title', 'Freecia') @section('content_header')

Dashboard

@stop @section('content')
@include('partials.dashboard.total-sales')

Orders

@stop @section('js') @stop