@extends('backend.layouts.master') @section('title') Products @endsection @section('main-content') @include('backend.layouts.notification')
| ID | Title | {{--URL | --}}Photo | Price | {{--File | --}}Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $product->id }} | {{ $product->title }} | {{--{{ $product->url }} | --}}
@if($product->photo)
|
{{ $product->price }} | {{--@if($product->file) Download File @else No File @endif | --}}@if($product->status == 'active') {{ $product->status }} @else {{ $product->status }} @endif |