@extends('../layout/' . $layout) @section('subhead') Horoscope Feedback @endsection @section('subcontent')

Horoscope Feedback

@if ($totalRecords > 0)
@php $no = 0; @endphp @foreach ($feedback as $feed) @endforeach
# PROFILE User Feedback Date Feedback Type Feedback
{{ ($page - 1) * 15 + ++$no }}
Astrologer image
@if ($feed->name) {{ $feed->name }}- @endif {{ $feed->contactNo }}
{{ date('d-m-Y', strtotime($feed->created_at)) ? date('d-m-Y', strtotime($feed->created_at)) : '--' }} {{ $feed->feedbacktype }} {{ $feed->feedback }}
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@else
noData

No Data Available

@endif @endsection @section('script') @endsection