@extends('../layout/' . $layout) @section('subhead') Astrolger Category @endsection @section('subcontent')

Astrologer Categories

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

No Data Available

@endif