@extends('admin.layouts.master') @section('css') @endsection @section('content')

{!! __('heading.users_list') !!}

{!! Form::open(['route' => 'admin.users.index', 'method' => 'get', 'id' => 'form-search']) !!} {!! Form::close() !!}
@endsection