@extends('layouts.app') @section('content')

{{ translate('Edit Digital Product') }}

@csrf

{{translate('General')}}

{{translate('Images')}}

@if(is_array(json_decode($product->photos))) @foreach (json_decode($product->photos) as $key => $photo)
@endforeach @endif
@if ($product->thumbnail_img != null)
@endif

{{translate('Meta Tags')}}

@if ($product->meta_img != null)
@endif

{{translate('Price')}}

{{translate('Description')}}

@endsection @section('script') @endsection