@extends('layouts.admin') @section('title', 'Resource List') @section('page-header')

Resource List

@endsection {{-- main content --}} @section('content') {{-- button list --}}
Add Resource
{{-- resources list --}}

All Resource

@if ($resources->isNotEmpty()) @foreach ($resources as $resource) @endforeach @endif
SL   Name Category Brand Sub Title  
{{ $loop->iteration }} @if ($resource->resource_thumbnail) Prooduct Thumbnail @else Prooduct Thumbnail @endif {{ $resource->name }} {{ $resource->category->name }} {{ $resource->brand->name ?? 'N/A' }} {{ $resource->sub_title ?? 'N/A' }} {{-- action button --}}
@endsection {{-- extra css --}} @push('css') {{-- data tables style --}} @endpush {{-- extra js --}} @push('js') {{-- DataTables & Plugins --}} @endpush @push('js') @endpush