@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.models',['dataModels' => $subcategory])
    @include('frontend.components.li-model',['liModels' => $subcategory ,'current'=> 'specifications'])

    {{ (app()->getLocale() == 'ar') ? 'المواصفات' : 'Specifications' }}

    @foreach($subcategory->specificationCar->specCarId as $specifi)
    first) class="tab-pane fade active show" @else class="tab-pane fade" @endif> @if(!empty($carmodels)) @foreach($carmodels as $modelval) @endforeach @endif @foreach($specifi->spectype as $spectypedetail) @if(!empty($spectypedetail->specdetails)) @foreach($spectypedetail->specdetails as $specdetail) @endforeach @endif @endforeach
     {{ $modelval->title }}
    {{ $spectypedetail->type }}{{ $specdetail->value }}
    @endforeach
    @if(!empty($subcategory->galleryOneItem)) @include('frontend.components.next-section-gallery',['sectionData' => $subcategory->galleryOneItem , 'modelName'=> route('web.category.gallery', $subcategory->slug)]) @endif
    @endsection