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