@extends('backend.layouts.app') @section('title', 'products') @section('content')
# | Image | Title | Status | Action |
---|---|---|---|---|
{{ $prod->id }} |
@if (Storage::disk('public')->exists('products/' . $prod->image))
|
{{ $prod->title }} | {{ $prod->status == true ? 'On' : 'Off' }} | add edit |