@extends('admin.layout') @section('content')
{{ __('Edit Product') . ' (' . __('Type') . ' - ' . ucfirst($productType) . ')' }}
{{ __('Back') }}
    @php $sliderImages = json_decode($product->slider_images); @endphp @if (count($sliderImages) > 0)
    @foreach ($sliderImages as $key => $sliderImage) @endforeach
    slider image
    @endif
    @csrf

    @csrf

    image
    {{ __('Choose Image') }}
    @if ($productType == 'digital')

    {{ __('Only .zip file is allowed.') }}

    @if ($product->file) {{ __('Download File') }} @endif
    @endif @if ($productType == 'physical')
    @endif @php $currencyText = $currencyInfo->base_currency_text; @endphp
    @foreach ($languages as $language) @php $productData = $language->productData; @endphp
    @php $categories = $language->categories; @endphp
    @endforeach
    @endsection @section('script') @endsection