@extends('front.layout.master') @section('meta_tags') About us - Artiner @endsection @section('body')

{{ __('staticwords.Our Masterpiece collection') }}

{{ __('staticwords.descriptionText1') }}.
{{ __('staticwords.We create') }}.
{{ __('staticwords.descriptionText2') }}.

@if(count($products)>0) @isset($products) @foreach ($products as $product)
@if($product->thumbnail != '') @if($product->thumbnail != '' && file_exists(public_path().'/images/simple_products/'.$product->thumbnail)) {{$product->product_name}} @else {{$product->product_name}} @endif @else No Image @endif
@php $category = App\Category::with('simpleproducts')->where('id','=',$product->category_id)->first(); $cat_slug = str_slug($category->title, '-', app()->getLocale()); $subcategory =App\Subcategory::with('simpleproducts')->where('id','=',$product->subcategory_id)->first(); $subcat_slug = str_slug($subcategory->title, '-', app()->getLocale()); @endphp
@endforeach @endisset @endif

{{ __('staticwords.What make us different') }}?

{{ __('staticwords.descriptionText3') }}.

{{ __('staticwords.Incredible Art Every Time') }}

{{ __('staticwords.descriptionText4') }}.

{{ __('staticwords.Delight, at every step') }}

{{ __('staticwords.descriptionText5') }}.

@endsection