@extends('layouts.app') @section('title', __('advancedreports::lang.seasonal_trends_report')) @php // Get currency settings from session $currency_symbol = session('currency')['symbol'] ?? '$'; $currency_precision = session('business.currency_precision') ?? 2; $currency_symbol_placement = session('business.currency_symbol_placement') ?? 'before'; @endphp @section('css') @endsection @section('content')

@lang('advancedreports::lang.seasonal_trends_report')

@lang('advancedreports::lang.filters')


@endsection @section('javascript') @endsection