@extends('layout.app') @php $checkRole = checkRoleAlready(); @endphp @section('_style') @endsection @section('content')

Các đơn hàng bị xoá


{!! Form::open(array('url' => url()->current(), 'method' => 'get','class'=>'row col', 'id'=> 'gridForm','role'=>'form')) !!} {{--
--}} {{--{!! Form::select('user_id', $letan, null, array('class' => 'form-control','id'=>'user_id', 'placeholder'=>'Người tạo đơn')) !!}--}} {{--
--}} {{--
--}} {{--{!! Form::select('payment_type', [1=>'Tiền mặt',2=>'Thẻ',4=>'Chuyển khoản'], null, array('class' => 'form-control','id'=>'telesales', 'placeholder'=>'Loại thanh toán')) !!}--}} {{--
--}} {{--@if(empty($checkRole))--}}
{!! Form::select('branch_id', $branchs, null, array('class' => 'form-control branch_id', 'placeholder'=>'Tất cả chi nhánh')) !!}
{{--@endif--}}
{{ Form::close() }}
@include('OrderDestroy.ajax')
@endsection @section('_script') @endsection