@extends('layouts.admin.app') @section('page-title') {{ __('Tire Sizes') }} @endSection @section('page-nav-title')

{{ $attrs[0]['name'] }}

{{ __('Tire Sizes Details') }}

@endsection @section('content') @include('includes.dialog')
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($attrs[0]['attributes'] as $key => $productAttr) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
{{ __('ID') }} {{ __('Classification-Name') }} {{ __('explanation-of-classification') }}{{__("Name")}}{{__("Description")}}{{__("Sell Price")}}{{__("Secondary Price")}}{{__("Product Details")}}{{__("Status")}}{{__("Created At")}}{{__("Control")}}
{{ ++$key }} {{ $productAttr['main_att_name'] }} {{ $productAttr['attr_code_name'] }}{{__("Hello Main Image")}}@if ($product->getFirstMediaFile('default')) @endif {{__("Hello All Images")}} --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{$product->getNameAttribute()}}{{$product->getDescriptionsAttribute()}}{{$product->origin_price}}{{$product->second_price}}{{__('View')}} --}} {{-- --}} {{-- {{$product->status ?__("Active") : __("Non-Active")}} --}} {{-- --}} {{-- @if ($product->getFirstMediaFile('default')) @endif{{$product->created_at->diffForHumans() ?? []}} --}} {{-- id)}}" class="control-link edit"> --}} {{--
id)}}" method="post" id="delete{{$product->id}}" style="display: none" data-swal-title="{{__("Delete product")}}" data-swal-text="{{__("Are You Sure To Delete This products?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the product has been deleted succssfully")}}">@csrf @method("delete")
--}} {{-- --}} {{--
{{--
--}} {{-- @if (!isset($search)) --}} {{-- @if (count($products) != 0) --}} {{-- {{$products->links()}} --}} {{-- @endif --}} {{-- @endif --}} {{--
--}}
@endsection @section('scripts') @endsection