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

Hoa hồng

@if($check_admin)
{!! Form::select('searchUser', [\App\Constants\DepartmentConstant::DOCTOR=>'Bác sĩ',\App\Constants\DepartmentConstant::TU_VAN_VIEN=>'Tư vấn',\App\Constants\DepartmentConstant::WAITER=>'Lễ tân',\App\Constants\DepartmentConstant::TECHNICIANS=>'Kỹ thuật viên'], null, array('class' => 'form-control', 'placeholder'=>'Tất cả',)) !!}
@endif
{!! Form::select('branch_id', $branchs, null, array('class' => 'form-control', 'placeholder'=>'Chọn chi nhánh',)) !!}
@include('statistics.hoa_hong_ajax')
@endsection @section('_script') @endsection