@extends('layout.app') @section('_style') @endsection @section('content') @php $roleGlobal = auth()->user()?:[]; @endphp
{!! Form::open(array('url' => url()->current(), 'id'=> 'gridForm','role'=>'form')) !!}
{!! Form::select('category_id', $categories, null, array('class' => 'form-control select2','id'=>'category','placeholder'=>'Chọn danh mục')) !!}
@if(empty(auth()->user()->branch_id))
{!! Form::select('branch_id', $branches, null, array('class' => 'form-control select2','id'=>'branch','placeholder'=>'Chọn chi nhánh')) !!}
@endif
@include('thu_chi.danh_sach_thu_chi.dropdownFilter') @include('thu_chi.danh_sach_thu_chi.modal-export')
@endsection @section('_script') @endsection