@extends('layouts.admin') @section('title', 'Resource List') @section('page-header')
| SL | Name | Category | Brand | Sub Title | ||
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if ($resource->resource_thumbnail)
@endif
|
{{ $resource->name }} | {{ $resource->category->name }} | {{ $resource->brand->name ?? 'N/A' }} | {{ $resource->sub_title ?? 'N/A' }} |
{{-- action button --}}
|