@extends('home')@section('title')@lang('site.site_name')@endsection@section('styles'){!! Html::style(Theme::current()->assetPath.'/pages/css/profile-rtl.min.css') !!}{!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css') !!} @endsection@section('content')
{{ __('Products') }}
@if (count($products) ) @foreach ($products as $key => $product) @endforeach @endif
# صورة المنتج اسم المنتج القسم كود المنتج متاح ID
{{$loop->index+ $products->firstItem()}} @if(str_limit($product->image, $limit = 4, $end = '') == 'http' ) {{ $product->name }} @else @endif {{ $product->title }} {{ $product->Category->title }} {{ $product->sku }} @if($product->publish)
@else
@endif
{{ $product->hits }}
{{ Form::open(['method' => 'DELETE', 'route' => ['products.destroy', $product]]) }} {{ Form::close() }}
{{ $product->id}}
@endsection@section('scripts') {!! Html::script(Theme::current()->assetPath.'/global/plugins/bootstrap-markdown/lib/markdown.js') !!} {!! Html::script(Theme::current()->assetPath.'/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js') !!} @endsection