{{ trans('layout.Filter') }}
{{ Form::label('TOURNAMENT_NAME', trans('tournament.Tournament Name'))}}
{{ Form::select('TOURNAMENT_NAME', $tournamentName, '',['class' => 'form-control select2','placeholder' => trans('reports.Select option'),'id' => 'TOURNAMENT_NAME']) }}