@extends('layouts.admin.app') @section('page-title') {{ __('Tire Sizes') }} @endSection @section('page-nav-title')
{{ __('all tire sizes') }}
{{ __('ID') }} | {{ __('Main Image') }} | {{ __('Attachment File') }} | {{ __('Name') }} | {{ __('Description') }} | {{ __('Sell Price') }} | {{ __('Secondary Price') }} | {{ __('Item Balance') }} | {{ __('Available Years') }} | {{ __('Size Details') }} | {{ __('users-rating') }} | {{ __('Control') }} | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $product->id }} |
@if ($product->getFirstMediaFile('default'))
|
{{-- {{__("Hello All Images")}} | --}} {{----}} | {{ $product->getNameAttribute() }} | {{ $product->getDescriptionsAttribute() }} | {{ $product->origin_price . ' JD' }} | {{ $product->second_price . ' JD' }} | @if(!is_null($product->itemBalance)) {{ $product->itemBalance->item_balance }}@endif | {{ __('View') }} | {{ __('View') }} | {{-- | --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- | --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- {{$product->status ?__("Active") : __("Non-Active")}} --}}
{{-- --}}
{{-- | --}}
{{-- @if ($product->getFirstMediaFile('default')) | --}}
{{-- --}} {{-- --}} {{-- --}} |