@extends('back.layouts.app') @push('title', $product->name) @push('css') @endpush @section('content')
@csrf
{{ __('Choose Category') }}*
{{ __('Name') }}*
{{ __('Seo URL') }}*
{{ __('Price') }}* {{ config('app.currency_symbol') }}
{{ __('Old Price') }} {{ config('app.currency_symbol') }}
{{ __('Description') }}
{{ __('File') }} (ex: .zip)
@if ($product->file)
{{ __('Current File :') }} {{ $product->file }}
@endif
{{ __('Or File Link') }}
{{ __('Featured Properties') }}
@php $discount_piece = null; $discount_rate = null; if ($product->discount_more) { $discount_more = explode(':', $product->discount_more); $discount_piece = $discount_more[0]; $discount_rate = $discount_more[1]; } @endphp
{{ __('Discount') }} {{ __('Qty') }}(>) %
{{ __('Demo Url') }}
{{ __('Admin Demo Url') }}
{{ __('Whatsapp Phone') }}
{{ __('Image') }}
@if ($product->img) {{ __('Current Image') }} @endif
{{ __('Sliders') }}
@if ($product->sliders) {{ __('Total images') }}: {{ count(json_decode($product->sliders, true)) }} @endif
buy_button == 1) checked @endif>
even_if_out_of_stock == 1) checked @endif>
draft == 1) checked @endif>
@if ($product->customer_inputs) @foreach (explode('::', $product->customer_inputs) as $key => $value)
{{ __('Customer Input') }}
@endforeach @endif
@if ($product->faqs) @foreach (json_decode($product->faqs, true) as $faq)
{{ __('Question') }}
@endforeach @endif
{{ __('Stocks') }} ({{ __('Each row becomes a stock, one line is one stock') }})
{{ __('Add Import File') }} (.txt)
{{ __('Stocks Count') }}: 0
Loading...
Loading...
@endsection @push('js') @endpush