@extends('layout.app')
@section('_style')
@endsection
@section('content')
@php
$roleGlobal = auth()->user()?:[];
@endphp
{!! Form::open(array('url' => url()->current(), 'id'=> 'gridForm','role'=>'form')) !!}
@include('thu_chi.danh_sach_thu_chi.dropdownFilter')
@include('thu_chi.danh_sach_thu_chi.modal-export')
@endsection
@section('_script')
@endsection