@extends('admin.layouts.contentLayoutMaster')
@section('title', $title)
@section('vendor-style')
{{-- vendor css files --}}
@endsection
@section('page-style')
{{-- Page css files --}}
@endsection
@section('content')
{{-- Dashboard Ecommerce Starts --}}
Order
Reschedule Request
Booking
{{-- --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
This Month
--}}
{{--
--}}
{{-- Rp.--}}
{{-- {{ GeneralHelper::transformThousandWithSeparator(GeneralHelper::pretifyAmount($totalThisMonthRevenue)) }}--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
Last Month
--}}
{{--
--}}
{{-- Rp.--}}
{{-- {{ GeneralHelper::transformThousandWithSeparator(GeneralHelper::pretifyAmount($totalLastMonthRevenue)) }}--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- Dashboard Ecommerce ends --}}
@endsection
@section('vendor-script')
{{-- vendor files --}}
@endsection
@section('page-script')
@endsection