@extends('redesign.layouts.dashboard')
@section('title', 'Deals')
@section('documentTitle', 'Deals')
@section('document')
@if( $deals->count() )
@include('redesign.back.seller.deals.pieces.table')
@else
@include('redesign.back.seller.deals.pieces.table_fake')
@endif
@endsection
@section('scripts-page')
@endsection