Categories List

Add Category
@if(session()->has('message'))

{{session('message')}}

@endif
@foreach($categories as $category) @endforeach
ID Image Title Show On Screen Active for Listing Individual Price Days Has Form Action
{{$category->id}}
@if(!empty($category->image)) image")}}" class="w-12 h-12" alt="Kulushae Category Icon"/> @else - @endif
@php $titles = json_decode($category->title,true); @endphp @foreach($titles as $key => $title)

{{$title}}

@endforeach
@if($category->show_on_screen)

Active

@else

Inactive

@endif
@if($category->active_for_listing)

Active

@else

Inactive

@endif
AED {{number_format($category->price,2)}} {{$category->days}} {{$category->has_form ? "Yes" : "No"}}
@csrf @method('DELETE')