@extends('layouts.app') @section('title') Dashboard @endsection @section('page_css') @endsection @section('content')
@include('flash::message')
Custom Report
@can('manage_users')
{!! Form::select('users', $users, Auth::id(), ['id' => 'userId','class'=>'user_filter_dropdown']) !!}
@endcan
  
@can('manage_users')
@endcan
@endsection @section('page_js') @endsection @section('scripts') @can('manage_users') @endcan @endsection