@extends('front.includes.master') @if(\App::getLocale()=='ar') @endif @section('main-content')
@foreach ( $data as $product) @if(\App::getLocale()=='en') @php $productname=$product->title_en; $category=$productCategory->title_en; @endphp @else @php $productname=$product->title; $category=$productCategory->title; @endphp @endif @endforeach
@endsection