@extends('layouts/contentLayoutMaster') @section('title', 'Category') @section('content')
@sortablelink('id', 'Id') | @sortablelink('title', 'Title') | @sortablelink('image', 'Image') | Actions | ||||||
---|---|---|---|---|---|---|---|---|---|
{{ $data->perPage() * ($data->currentPage() - 1) + ($key + 1) }} |
@php
$row->title = json_decode($row->title);
@endphp
|
@if(!empty($row->image))
|
|||||||
No records found. |