@if(Auth::user()->role_id == '5')
Please check your vote carefully before click on Submit.
Once you click on Submit your vote for all resolution you have reacted will be recorded and can be changed in between the schedule voting start and end date & time
Leaving a resolution selection blank
@if (session('message'))
@endif
@if(Session::has("success"))
@endif
{{ session('message') }}
{{Session::get("success")}}
@elseif(Session::has("failed"))
{{Session::get("failed")}}
@endif