@if(count($categories)>0)
S.N. |
Title |
Slug |
lat |
lng |
Photo |
Status |
Action |
S.N. |
Title |
Slug |
lat |
lng |
Photo |
Status |
Action |
@foreach($categories as $category)
@php
@endphp
{{$category->id}} |
{{$category->title}} |
{{$category->slug}} |
{{$category->lat}} |
{{$category->lng}} |
@if($category->photo)
@else
@endif
|
@if($category->status=='active')
{{$category->status}}
@else
{{$category->status}}
@endif
|
|
@endforeach
{{$categories->links()}}
@else
No Categories found!!! Please create Category
@endif