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

{{$title}}


@if(\Illuminate\Support\Facades\Auth::user()->department_id != \App\Constants\DepartmentConstant::TELESALES)
{!! Form::select('telesales', $telesales, null, array('class' => 'form-control sales select-gear','placeholder'=>'Tất cả sales')) !!}
@endif
{!! Form::select('status', $status, null, array('class' => 'form-control select-gear status','placeholder'=>'Trạng thái')) !!}
{!! Form::select('post_id', $posts, null, array('class' => 'form-control post select-gear', 'placeholder' => 'Tất cả Form')) !!}
@include('post.ajax_customer') @include('post.modal-update-account')
@endsection @section('_script') t> @endsection