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

{{ __('Tire Sizes') }}

{{ __('Edit') }}

@endsection @section('content')

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

@csrf
@error('description_en')
{{ $message }}
@enderror
@error('description_ar')
{{ $message }}
@enderror
@error('pattern_id')
{{ $message }}
@enderror

@if ($product->getFirstMediaFile('default')) @endif

@if ($product->getFirstMediaFile('product_photo')) @foreach ($product->getMediaFiles('product_photo') as $file)
{{-- {{ 'http://127.0.0.1:8000/storage/' . $file->path }} --}} {{ $file->name }}
@endforeach @endif

@if ($product->getFirstMediaFile('attachment')) @endif
@endsection @section('scripts') @include('admin.product.template') @endsection