@extends('backend.master') @section('content')
| # | Icon | Name | Slug | Sort | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $c->id }} |
@php
$icon = $c->icon;
$isImg = $icon && (\Illuminate\Support\Str::startsWith($icon, ['http://','https://','uploads/']));
@endphp
@if($icon && $isImg)
@if(\Illuminate\Support\Str::startsWith($icon, 'uploads/'))
{{ $icon }}
@else
None
@endif
|
{{ $c->name }} | {{ $c->slug }} | {{ $c->sort_order }} | {{ ucfirst($c->status) }} | |
| No categories | ||||||