@extends('Hardware_Asset.Navbar.hwnavbar') @section('content')
@csrf

Add Assets


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
@if($params['Image1'] == 'No Image')

No Image

@else
@endif
@if($params['Image2'] == 'No Image')

No Image

@else
@endif
@if ($message = Session::get('SuccessMsg')) @endif @if ($message = Session::get('ErrorMsg')) @endif @endsection