@extends('admin.layouts.master') @section('content')
@lang('app.options') | @lang('app.values') | |
---|---|---|
@lang('app.promotional_tagline'){{ trans('help.promotional_tagline') }} |
{{ trans('app.form.text'). ' : '}}{{ empty($tagline['text']) ? '' : $tagline['text'] }}
{{ trans('app.action_url'). ' : '}}{{ (! empty($tagline['action_url']) ? $tagline['action_url'] : '') }} |
@lang('app.edit') |
@lang('app.best_finds_under'){!! trans('help.best_finds_under') !!} |
@unless(empty(get_from_option_table('best_finds_under', 99))) {{ get_formated_currency(get_from_option_table('best_finds_under')) }} @endunless | @lang('app.edit') |
@lang('app.deal_of_the_day'){!! trans('help.deal_of_the_day') !!} |
@if($deal_of_the_day) {{ $deal_of_the_day->title . ' | ' . $deal_of_the_day->sku . ' | ' . get_formated_currency($deal_of_the_day->current_sale_price()) }} @endif | @lang('app.edit') |
@lang('app.featured_categories'){!! trans('help.featured_categories') !!} |
@foreach($featured_categories as $category) {{ $category }} @endforeach | @lang('app.edit') |
@lang('app.featured_items'){!! trans('help.featured_items') !!} |
@foreach($featured_items as $item) {!! $item->title . ' | ' . $item->sku . ' | ' . get_formated_currency($item->current_sale_price()) !!} @endforeach | @lang('app.edit') |
@lang('app.trending_now_categories'){!! trans('help.trending_now_categories') !!} |
@foreach($trending_categories as $category) {{ $category }} @endforeach | @lang('app.edit') |
@lang('app.featured_brands'){!! trans('help.featured_brands') !!} |
@foreach($featured_brands as $brand) {{ $brand->name }} @endforeach | @lang('app.edit') {{-- @lang('app.edit') --}} |