@extends('layout.app') @php $checkRole = checkRoleAlready(); $roleGlobal = auth()->user()?:[]; @endphp @section('_style') @endsection @section('content')
@include('order-details.search')
{!! Form::select('order_type', $order_type, null, array('class' => 'form-control','id'=>'order_type', 'placeholder'=>'Đơn thường & Liệu trình')) !!}
{!! Form::select('role_type', [1=>'Dịch vụ',2=>'Sản phẩm',3=>'Combo'], null, array('class' => 'form-control role_type', 'placeholder'=>'Tất cả đơn')) !!}
@if(empty($checkRole))
{!! Form::select('branch_id', $branchs, null, array('class' => 'form-control branch_id', 'placeholder'=>'Tất cả chi nhánh')) !!}
@endif
@include('order-details.ajax')
@include('order-details.modal-upload-excel') @endsection @section('_script') @endsection