@extends('layouts.master') @section('content') {{Form::open([ 'id' => 'filter-form', 'method' => 'GET', 'action' => 'AdminApiController@getTotalUsersExcel', 'target' => '_blank' ])}} {{Form::hidden('page',null,['id' => 'number_page'])}}
{{Form::close()}}
@stop @section('script') @stop