@extends('layout.app') @section('content')

Bảng xếp hạng

@if(auth()->user()->permission('filter.team'))
{!! Form::select('team_id', $teams, null, array('class' => 'form-control location select-gear', 'placeholder' => 'Chọn team')) !!}
@endif {{--
--}} {{-- {!! Form::select('is_upsale', [0=>'Khách hàng mới',1=>'Khách hàng cũ'], null, array('class' => 'form-control', 'placeholder'=>'Tất cả khách hàng',)) !!}--}} {{--
--}}
@include('sale.ranking.ajax')
@endsection @section('_script') @endsection