@if (Session::has('success'))
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
My Feedback
S.No. | Subject | Feedback | Ratings |
---|---|---|---|
{{ $loop->iteration }} | {{ $feedback->subject }} | {{ $feedback->name }} | @php $fullStars = floor($feedback->ratings); $halfStar = round($feedback->ratings - $fullStars, 1) == 0.5; $emptyStars = 5 - ceil($feedback->ratings); @endphp @for ($i = 1; $i <= 5; $i++) @if ($i <= $fullStars) | @elseif ($i == $fullStars + 1 && $halfStar) @else @endif @endfor
{{-- {!! $demos->links() !!} --}}