@extends('backend.layouts.app') @section('title') @lang("Dashboard") @endsection @section('breadcrumbs') @endsection @section('content')

Dashboard #XRS-45670

Filter
Create
@include('backend/dashbord_widgets/total_revenue')
@include('backend/dashbord_widgets/total_click')
@include('backend/dashbord_widgets/total_country_click')
@include('backend/dashbord_widgets/total_expired_click')
@include('backend/dashbord_widgets/total_organic_click')
@include('backend/dashbord_widgets/total_client_click')
@endsection