@extends('admin.layout.layout') @section('title',__('Home')) @section('content')
@can('home-statistics') @endcan @can('home-charts')
{{ __('Products vs Orders') }}
@endcan
@endsection @push('scripts') @endpush