@extends('admin.layouts.sellermastersoyuz') @section('title','Edit Artwork: '. $product->product_name.' | ') @section('stylesheet') @endsection @section('body') @component('seller.components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('staticwords.EditArtwork') }} @endslot @slot('menu1') {{ __('staticwords.Artworks ') }} @endslot @slot('menu1') {{ __('staticwords.EditArtwork') }} @endslot @slot('button')
{{ __("staticwords.Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('staticwords.EditArtwork') }} {{ __( ': ' . $product->product_name.'') }}
@csrf @method('PUT')
Currency code must be a valid ISO-3 code. Find your currency ISO3 code here
({{__("This tax % will add in given price.")}})
{{ __('staticwords.Upload') }}
{{__("staticwords.Please select artwork thumbnail")}}
{{ __('staticwords.MaxFileSize') }} : {{__("300 kb")}}
{{ __('staticwords.Upload') }}
{{__("staticwords.Please select artwork hover thumbnail")}}
{{ __('staticwords.MaxFileSize') }} : {{__("300 kb")}}
{{ __('staticwords.Upload') }}
{{__("staticwords.Multiple images can be choosen")}}
{{ __('staticwords.MaxFileSize') }} : {{__("2 MB")}}
Upload
{{__("Max file size is 50 MB")}}


{{ __("staticwords.ToggleArtworkStatus")}}.


{{ __("staticwords.ToggleArtworkCancellation")}}.


{{ __("staticwords.ToggleAllowCODonArtwork")}}.


@php $all_bcat = App\BusinessCategory::where('status','=','1')->orderBy('title','ASC')->get(); @endphp @if(count($all_bcat)>0) @foreach($all_bcat as $bcat) id, explode(",", $product->business_category_id)) ) {{ 'checked' }} @endif value="{{$bcat->id }}">   {{$bcat->title }}     @endforeach @endif
@if($product->thumbnail != '' && file_exists(public_path().'/images/simple_products/'.$product->thumbnail)) {{ $product->thumbnail }} @else {{ $product->thumbnail }} @endif
@if($product->hover_thumbnail != '' && file_exists(public_path().'/images/simple_products/'.$product->hover_thumbnail)) {{ $product->hover_thumbnail }} @else {{ $product->hover_thumbnail }} @endif

@forelse($product->productGallery as $gallery) @if($gallery->image != '' && file_exists(public_path().'/images/simple_products/gallery/'.$gallery->image)) {{ $gallery->image }} @else {{ $gallery->image }} @endif @empty {{__("No images in artwork gallery.")}} @endforelse

{{ $product->product_file }}

{{ __("staticwords.ManageInventory") }}
@csrf
{{ __("Cashback Settings") }}
@csrf

{{ __("staticwords.Edit Artwork Specification")}}
{{ __("staticwords.DeleteSelected")}}
@csrf @if(isset($product->specs)) @foreach($product->specs as $spec) @endforeach @endif
{{ __("staticwords.Key")}} {{ __("staticwords.Value")}} #
{{ $spec->prokeys }} {{ $spec->provalues }}
@if(isset($product->specs)) @foreach($product->specs as $spec) @endforeach @endif
@csrf
{{ __("staticwords.Upload")}}
{{__("You can upload 20 images at a time.")}}
@forelse($product->frames as $key => $frame)
{{$frame->image}}

@empty @endforelse
@if($product->frames()->count())
@else

{{__("No preview available...")}}

@endif
@foreach($product->faq as $key => $f) @endforeach
# {{ __("staticwords.ArtworkName")}} {{ __("staticwords.Question")}} {{ __("staticwords.Answer")}} {{ __("staticwords.Action")}}
{{$key+1}} {{$f->simpleproduct->product_name}} {{ $f->question }} {!!$f->answer!!}
@foreach($product->faq as $key => $f) @endforeach @foreach($product->faq as $key => $f) @endforeach
@endsection @section('custom-script') @endsection