@extends('admin.layout') @section('content')
{{ __('Add Product') . ' (' . __('Type') . ' - ' . ucfirst($productType) . ')' }}
{{ __('Back') }}
    @csrf

    @csrf

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

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

    @endif @if ($productType == 'physical')
    @endif @php $currencyText = $currencyInfo->base_currency_text; @endphp
    @foreach ($languages as $language)
    @php $categories = $language->categories; @endphp
    @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
    @endforeach
    @endforeach
    @endsection @section('script') @endsection