@extends('layout.app') {{ config('app.name', 'dtag') }} get('locale') == 'ar') dir="rtl" @elseif(session()->get('locale') == 'en') dir="ltr" @else dir="rtl" @endif> @section('content') @include('comp.shop.mainShop') @include('comp.shop.byStyleShop') @include('comp.shop.ourNewLine') @include('comp.shop.latestOffers') @include('comp.questions') @endsection