@extends('backend.layouts.master') @section('content')
{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}

4.2 Bảng xếp hạng Telesale

{{ Form::close() }}
@include('backend.sale.ranking.ajax')
@endsection @section('script') @include('backend.layouts.script') @endsection