@extends('backend.layouts.app') @section('content')
Create Products
@csrf
Product ID
@error('prodId')
{{ $message }}
@enderror
Product Model
@error('model')
{{ $message }}
@enderror
Product Thumbnail
@error('thumbnail_image')
{{ $message }}
@enderror
Product Images
@error('productImage')
{{ $message }}
@enderror
Brand
{{--
--}}
Select Brand
SENTRY SAFE
TITAN SAFE
TITAN ELITE
X-SENSE
@error('brandname')
{{ $message }}
@enderror
{{--
Type of Product
@error('model')
{{ $message }}
@enderror
--}}
Type of Product
None
Safe
Smoke Alarm
Accessories
Category
None
@foreach ($brand as $brands)
{{$brands->category}}
@endforeach {{--
Fire Safes for Home & Office
Commercial Fire Safes
Fire Filing Cabinets
Fire Chests
Security Safes
Safe Boxes
Depository Safes
Pistol Safes
Fire Data Safes
Accessories
Long Gun/Executive Safes
Luxury Safes
Professional Safes
Standalone Smoke Alarms
Interconnected Smoke Alarms
Smart WiFi Smoke Alarms
--}}
Type of Smoke Alarm
None
Standalone
Interconnected
Smart Wifi
@error('typeSmoke')
{{ $message }}
@enderror
{{--
Type of Safe
@error('model')
{{ $message }}
@enderror
--}}
Type of Safe
None
All Purpose
Filing Cabinets
Small Items
Depository
Gun
Gun & Small Items
Media
All Purpose & Gun
Type of Filing Cabinet
None
Vertical Filing Cabinet
Lateral Filing Cabinet
{{-- @error('model')
{{ $message }}
@enderror --}}
{{--
Type of Filing Cabinet
@error('model')
{{ $message }}
@enderror
--}}
Type of Small Item Safe
None
Cash Box
Key Box
Other
Type of Gun Safe
None
Pistol
Long Gun
{{--
Other
--}}
Size
None
Small
Medium
Large
XL
2XL
3XL+
2 Drawer
3 Drawer
4 Drawer
Standard
Mini
N/A
{{--
Other
--}}
{{-- @error('model')
{{ $message }}
@enderror --}}
Protection
None
Security
Fire
Certified Security + Fire
Fire + Security
Fire + Water + Security
{{--
Other
--}}
Type of lock
None
Electronic
Key
Dial Combination + Key
Biometric + Electronic
Electronic + Key
Biometric
Dial Combination
{{--
Other
--}}
Gun Capacity
None
1 pistol
2 pistol
3+ pistol
5 long guns
10 long guns
14 long guns
24 long guns
36 long guns
{{--
Other
--}}
Type of Accessory
{{--
--}}
None
Battery Pack
Bolt Down Kit
Internal Organizer
Key Lock Cover
@error('typeAccess')
{{ $message }}
@enderror
Safe Model
{{--
--}}
None
0.8/1.2cu.ft. Home Office Organizer
2cu.ft. Home Office Organizer
Chest Bolt Down Kit
Commercial Safe Accessories
Filing Cabinet Accessories
Home Office Fire Safe Bolt Down Kit
@error('safeModel')
{{ $message }}
@enderror
Bolt Down
None
Drawer
Floor
Wall
Wall/Ceiling
Wall/Floor
@error('boltDown')
{{ $message }}
@enderror
Type of Batteries
None
10-year sealed Lithium battery
9v Alkaline Batteries
AA Alkaline Batteries
AAA Alkaline Batteries
Replaceable 3V CR123A Lithium Battery
Replaceable 3V CR2032 Lithium Battery
@error('typeBatt')
{{ $message }}
@enderror
Connection Type
None
Remote connection with XS01-WR
Wi-Fi connected to smartphone app
Wireless radio frequency connection between up to 24 units
@error('connType')
{{ $message }}
@enderror
{{--
Category
@error('model')
{{ $message }}
@enderror
--}}
Product Description
@error('productDesc')
{{ $message }}
@enderror
Accessories Included
@error('accessorie')
{{ $message }}
@enderror
Product Waranty
@error('waranty')
{{ $message }}
@enderror
Price
@error('price')
{{ $message }}
@enderror
Lazada Link
@error('lazada')
{{ $message }}
@enderror
Shopee Link
@error('shopee')
{{ $message }}
@enderror
Video Thumbnail
@error('video')
{{ $message }}
@enderror
Video Image
@error('videoImg')
{{ $message }}
@enderror
Features
@error('feature')
{{ $message }}
@enderror
Description
@error('description')
{{ $message }}
@enderror
Leaflets
@error('feaflets')
{{ $message }}
@enderror
Create Product
@endsection