@extends('Hardware_Asset.Navbar.hwnavbar') @section('content')
Assets
Edit Assets
@csrf
Add Assets
ENO
Asset Type
*
Asset ID
Mode
Select Type
Project
Store
Opening
GRN No
Select GRN No
@foreach($Grn_Inv as $Grn)
{{ $Grn['GRNNO'] }}
@endforeach
GRN Date
INV No
INV Date
Item Name
*
Model
Manufacturer
Purchase Date
Hard Disk
RAM
OS
Processor
IP Address
Serial No
System Type
Value
Warning
: Undefined variable $params in
C:\Apache24\htdocs\kpiproject\resources\views\Hardware_Asset\Assets\Asset_Edit.blade.php
on line
246
Warning
: Trying to access array offset on null in
C:\Apache24\htdocs\kpiproject\resources\views\Hardware_Asset\Assets\Asset_Edit.blade.php
on line
246
Deprecated
: explode(): Passing null to parameter #2 ($string) of type string is deprecated in
C:\Apache24\htdocs\kpiproject\resources\views\Hardware_Asset\Assets\Asset_Edit.blade.php
on line
248
Count
*
M / Y
*
Month
Year
Combined Result
End Warranty
Supplier
Image 1
Choose File
@if($params['Image1'] == 'No Image')
No Image
@else
@endif
Image 2
Choose File
@if($params['Image2'] == 'No Image')
No Image
@else
@endif
Description
{{ $params['desc'] }}
Submit
@if ($message = Session::get('SuccessMsg'))
{{$message}}
@endif @if ($message = Session::get('ErrorMsg'))
{{$message}}
@endif