@extends('../layout/' . $layout) @section('subhead') Report & Block List @endsection @section('subcontent')

Astrologer Review

@if ($totalRecords > 0)
@php $no = 0; @endphp @foreach ($reportBlocks as $reportBlock) @endforeach
# USERPROFILE USERNAME ASTROLOGER DATE Review Action
{{ ++$no }}
Astrologer image
{{ $reportBlock->userName ? $reportBlock->userName : 'user' }} - {{ $reportBlock->contactNo }}
{{ $reportBlock->astrologerName }} - {{ $reportBlock->astrologerContactNo }} {{ date('d-m-Y', strtotime($reportBlock->created_at)) }} {{ $reportBlock->review }} Delete
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@else
noImage

No Data Available

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