@extends('admin.layouts.master-soyuz') @section('title','Create New Artwork | ') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Add Artwork') }} @endslot @slot('menu1') {{ __("Artwork") }} @endslot @slot('menu2') {{ __("Add Artwork") }} @endslot @slot('button')
{{ __("Back")}}
@endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('Create New Artwork') }}
@csrf
Currency code must be a valid ISO-3 code. Find your currency ISO3 code here
({{__("This tax % will add in given price.")}})
Upload
{{__("Please select Artwork thumbnail")}}
{{ __('staticwords.MaxFileSize') }} : {{__("300 kb")}}
Upload
{{__("Please select Artwork hover thumbnail")}}
{{ __('staticwords.MaxFileSize') }} : {{__("300 kb")}}
Upload
{{__("Multiple images can be choosen")}}
{{ __('staticwords.MaxFileSize') }} : {{__("2 MB")}}


{{ __("Toggle the Artwork status") }}


{{ __("Toggle to allow Artwork is featured.") }}


{{ __("Toggle to allow artwork cancellation on order.") }}


{{ __("Toggle to allow COD on Artwork.") }}


@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

170 {{ __('staticwords.Character') }}

@endsection @section('custom-script') @endsection