@extends('backend.layouts.master') @section('content')
{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}

10.2 Quản lý đội, nhóm

{!! Form::close() !!}
@include('backend.system.team.ajax')
@endsection @section('script') @include('backend.layouts.script') @endsection