{{session('message')}}
@endif| ID | Image | Title | Show On Screen | Active for Listing | Individual Price | Days | Has Form | Action |
|---|---|---|---|---|---|---|---|---|
| {{$category->id}} |
@if(!empty($category->image))
|
@php
$titles = json_decode($category->title,true);
@endphp
@foreach($titles as $key => $title)
{{$title}} @endforeach |
@if($category->show_on_screen)
Active @elseInactive @endif |
@if($category->active_for_listing)
Active @elseInactive @endif |
AED {{number_format($category->price,2)}} | {{$category->days}} | {{$category->has_form ? "Yes" : "No"}} |