@extends('dashboard.layout.main') @section('breadcrumbs')

@lang('sidebar.products')

@endsection @section('content')
@foreach($product->images as $image)
{{-- --}} {{-- --}} @lang('global.delete')
@endforeach
@csrf @method('PUT')
{{--
--}}
@lang('global.cancel')
@endsection @push('style') @endpush @push('scripts') @endpush