@extends($user['vendor'] == 1?'user.layout.balancelayout':'user.layout_user.balancelayout')
@section('tab5','active')
@section('tab')
{{{ trans('main.From') }}}
{{{ $first_date }}}
{{{ trans('main.until') }}}
{{{ $last_date }}}
{{{ trans('main.total_sold') }}}
{{{ $sellcount or 0 }}}
{{{ trans('main.and_total_amount') }}}
{{{ $prices or 0 }}}
{{{ trans('main.and_your_income') }}}
{{{ currencySign() }}}
{{{ $income or 0 }}}
@endsection
@section('script')
@endsection