@extends('layouts.app') @section('title') {{ __('messages.reports') }} @endsection @section('page_css') @endsection @section('css') @endsection @section('content')

{{ __('messages.reports') }}

@if(Auth::user()->hasRole('Admin'))
{{Form::select('created_by', $users, getLoggedInUserId(),['id'=>'filterCreatedBy','class'=>'form-control tasks-w-150', 'placeholder' => 'All']) }}
@endcan {{ __('messages.report.new_report') }}
@include('flash::message')
@include('reports.table')
@endsection @section('scripts') @endsection