@extends('../layout/' . $layout) @section('subhead') HoroScope Sign @endsection @section('subcontent')

HoroScope Signs

@if ($totalRecords > 0)
@php $no = 0; @endphp @foreach ($signs as $horoScope) @endforeach
# NAME IMAGE STATUS ACTIONS
{{ ($page - 1) * 15 + ++$no }}
Astrologer image
{{ $horoScope['name'] }}
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@else
noData

No Data Available

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