%PDF- %PDF-
Direktori : /var/www/html/zgjedhjet2017/resources/views/ |
Current File : /var/www/html/zgjedhjet2017/resources/views/thankyou.blade.php |
@extends('layouts.app') @section('content') <div class="container-fluid"> <div class="row"> <div class="col-sm-12 text-center"> <h1>Faleminderit!</h1> @if(!empty($msgSuccess)) <p>{{$msgSuccess}}</p> @endif @if(!empty($msgLimit)) <p> Ky pyetesor eshte me orar te kufizuar.<br> Ju mund te votoni nga ora {{env('START_TIME')}} deri {{env('END_TIME')}}<br> Faleminderit per mirekuptimin </p> @endif <p> Numri total i votave: <span class="badge bg-success">{{$voted}}</span> </p> </div> </div> </div> @endsection