@extends('layouts.admin') @section('title', 'Create Product') @section('content')

Create Product

@csrf
💱 Currency:
Rate: 1 IDR = {{ number_format($currencies[$selectedCurrency]['rate'] ?? 1, 6) }} {{ $selectedCurrency }}

Harga dalam Rupiah (IDR)

Auto convert to {{ $selectedCurrency }}

Leave empty if no discount

Auto convert to {{ $selectedCurrency }}

Recommended: 500x500px. Max 2MB (JPG, PNG, GIF)

Cancel
@endsection