@extends('admin.layouts.sellermastersoyuz') @section('title','Create New Artwork | ') @section('body') @component('seller.components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('staticwords.CreateNewArtwork') }} @endslot @slot('menu1') {{ __('staticwords.artworks') }} @endslot @slot('menu1') {{ __('staticwords.CreateNewArtwork') }} @endslot @slot('button')
{{ __("staticwords.Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('staticwords.CreateNewArtwork') }}
@csrf
Currency code must be a valid ISO-3 code. Find your currency ISO3 code here
({{__("staticwords.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")}}
{{__("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)   {{$bcat->title }}     @endforeach @endif
@endsection @section('custom-script') @endsection