@extends('layout.app') @section('_style') @endsection @section('content')
{!! Form::open(array('url' => url()->current(), 'method' => 'get','class'=>'col-md-12', 'id'=> 'gridForm','role'=>'form')) !!}

NGUỒN THU TỪ NGUỒN

@if(empty(\Illuminate\Support\Facades\Auth::user()->branch_id))
{!! Form::select('branch_id', $branch, null, array('class' => 'form-control location select2', 'placeholder' => 'Cụm chi nhánh')) !!}
@endif
{{ Form::close() }}
@include('branch.source.ajax')
@endsection @section('_script') @endsection