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

9.4 Phong thần bảng

{{ Form::close() }}
@include('backend.statistical.phong_than.ajax')
@endsection @section('script') @include('backend.layouts.script') {{----}} @endsection