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