@extends('backend.layout') @section('content')
@if($categories != null) @foreach($categories as $stt => $category) @endforeach @endif
STT Tên danh mục thiết bị Ảnh mô tả Ghi chú Action
{{ ($categories->currentPage() - 1)*$categories->perPage() + $stt + 1 }} {{ $category->name }} {{ $category->note }}
@endsection @push('styles') @endpush @push('scripts') @endpush