@include('admin.header') @php use Illuminate\Support\Facades\Storage; @endphp

SERVICE CATEGORIES

MANAGE - Service CATEGORIES

@if (isset($categories) && count($categories) > 0) @foreach ($categories as $category) @endforeach @endif
Date & Time Service Icon Service Name Other Services VAS Status Action
{{ $category->created_at }} @if (isset($category->image)) @else NA @endif {{ $category->name }} {{ $category->other_service }} {{ $category->value_added_service }} {{ $category->status=="active" ? "Active" : "De-Active" }}
@include('admin.footer')