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

{{$title}}


{!! 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('payment_wallet.ajax-payment')
@endsection @section('_script') @endsection