@extends('layouts.app') @section('title', 'Product Feeds | Products') @section('extrastyles') @endsection @section('content')
Manage Feeds
@include('flash::message')
@if(count($feeds) > 0) @foreach($feeds as $feed) @endforeach @endif
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' !!}