@extends('frontend.layouts.master') @section('title','Al-Bazai | '.$subcategory->title) @section('lang') @if(app()->getLocale() == 'ar')
  • English
  • @else
  • عربي
  • @endif @endsection @section('content')
    @include('frontend.components.models',['dataModels' => $subcategory])
    @include('frontend.components.shopping-tools',['dataModels' => $subcategory])
    @include('frontend.components.models',['dataModels' => $subcategory])
    @include('frontend.components.li-model',['liModels' => $subcategory ,'current'=> 'overview'])
    @if(!empty($subcategory->overview))

    {{ $subcategory->overview->title ?? '' }}

    {{ $subcategory->overview->description ?? '' }}

    @endif @if(!empty($subcategory->design))

    {{ $subcategory->design->title ?? '' }}

    {{ $subcategory->design->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @endif @if(!empty($subcategory->performance))

    {{ $subcategory->performance->title ?? '' }}

    {{ $subcategory->performance->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @endif @if(!empty($subcategory->comfort))

    {{ $subcategory->comfort->title ?? '' }}

    {{ $subcategory->comfort->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @endif @if(!empty($subcategory->feature) && empty($subcategory->comfort))

    {{ $subcategory->feature->title ?? '' }}

    {{ $subcategory->feature->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @elseif(!empty($subcategory->feature))

    {{ $subcategory->feature->title ?? '' }}

    {{ $subcategory->feature->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @endif @if(!empty($subcategory->safety) && empty($subcategory->comfort))

    {{ $subcategory->safety->title ?? '' }}

    {{ $subcategory->safety->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @elseif(!empty($subcategory->safety) && !empty($subcategory->comfort))

    {{ $subcategory->safety->title ?? '' }}

    {{ $subcategory->safety->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @elseif(!empty($subcategory->safety))

    {{ $subcategory->safety->title ?? '' }}

    {{ $subcategory->safety->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @endif @if(!empty($subcategory->fsport) && empty($subcategory->comfort))

    {{ $subcategory->fsport->title ?? '' }}

    {{ $subcategory->fsport->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @elseif(!empty($subcategory->fsport))

    {{ $subcategory->fsport->title ?? '' }}

    {{ $subcategory->fsport->description ?? '' }}

    {{ (app()->getLocale() == 'ar') ? ' اكتشف المزيد' : 'find out more' }}

    @endif
    @if(!empty($subcategory->design)) @include('frontend.components.next-section',['sectionData' => $subcategory->design , 'modelName'=> route('web.design.details', $subcategory->design->slug)]) @endif
    @endsection