@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') {!! Html::style(Theme::current()->assetPath.'/pages/css/profile.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-markdown/css/bootstrap-markdown.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css') !!} @endsection @section('content')
{{__('an item')}} | {{__('Category')}} | {{__('Current price')}} | {{__('Price after discount')}} | {{__('Percent of discount')}} | |||
---|---|---|---|---|---|---|---|
{{ $loop->index + $products->firstItem() }} | {{ $item->title }} | {{ optional($item->Category)->title }} | {{ round($item->price) }} | % | |||