@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') !!} {!! Html::style(Theme::current()->assetPath.'/global/css/plugins.min.css') !!} {!! Html::style(theme_url('css/bootstrap-datepicker.min.css')) !!} @endsection @section('content') {!! Form::open(array('route' => 'stores.orders','method' => 'POST', 'class' => 'form-horizontal','id' => 'myform')) !!}
{{__('an item')}} | {{__('Category')}} | {{__('Actual quantity')}} | {{__('Selling price')}} | |
---|---|---|---|---|
{{ $loop->index + $products->firstItem() }} | @if ($item->depth > 1) {!! str_repeat('-',$item->depth) !!}◄ @endif {{ $item->title }} | {{ @$item->Category->title }} | {{ $item->stock }} | {{ round($item->price) }} {!! __('EGP') !!} |