@php $asset_prefix = !config('database.connections.saleprosaas_landlord') ? '' : '../../'; @endphp @extends('backend.layout.main') @section('content')

{{__('db.Sale Report Chart')}}

@csrf
@include('backend.report.partials.sale_report_chart_table')
@endsection @push('scripts') @endpush