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

{{ __('Tire Sizes') }}

{{ __('all tire sizes') }}

@endsection @section('content') @include('includes.dialog')
{{--
--}} {{-- --}}{{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

{{__("Tire Products")}}

--}} {{--

{{count($products)}}

--}} {{--
--}} {{--
--}} {{-- --}}{{--
--}} {{--
--}}
{{ csrf_field() }}
@foreach ($products as $product) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach {{-- @endif --}}
{{ __('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')) @endif {{__("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')) @endif {{-- --}} {{--
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