@extends('layouts.app') @section('title', 'Product Feeds | Products') @section('extrastyles') @endsection @section('content')
| Title | Type | Frequency | Enabled ? |
|---|---|---|---|
|
{{ $feed->title }}
@if($feed->type == 'retail_catalog')
Asocciate Brands
|
@endif
Edit
|
Delete
@if($feed->isScheduleable())
|
Sync All
|
Sync Prices
@endif
|
{!! ucfirst(str_replace('_',' ',$feed->type)); !!} | {{ $feed->frequency }} | {!! $feed->is_enable == 1 ? 'Yes' : 'No' !!} |