@extends('master.back') @section('content')

{{ __('Update Product') }}

{{ __('Back') }}
@include('alerts.alerts')
@csrf @method('PUT')
{{--
--}}
{{--
--}}

{{ __('Image Size Should Be 800 x 800. or square size') }}

{{ __('Image Size Should Be 800 x 800. or square size') }}
@if(!empty($specification_name)) @foreach(array_combine($specification_name,$specification_description) as $name => $description)
@if($loop->first) @else @endif
@endforeach @else
@endif
{{ __('Manage Attributes') }}
{{ $curr->sign }}
{{ $curr->sign }}
stock_total == 0) value="{{$item->stock}}" @else value="{{$item->stock_total}}" @endif >



{{-- --}} {{-- --}} {{-- --}}
{{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection