@php $layout = $isSeller ? 'layouts.seller' : 'layouts.admin'; @endphp @extends($layout) @section('content')
{{ __('report.order_stats')}}