@extends('Hardware_Asset.Navbar.hwnavbar') @section('content')
@csrf
SNO Name Asset ID Item Supplier Warrenty Date
1 {{ $params['Asset_Name'] }} {{ $params['Asset_ID'] }} {{ $params['Asset_Type'] }} @if($params['Supplier'] != "") {{ $params['Supplier'] }} @else -- @endif @if($params['End_Warranty_Date'] != "") {{ $params['End_Warranty_Date'] }} @else -- @endif


@if($params['Type'] != "")
@else
@endif

@if($params['Doc_1'] != "No Doc") {{ $params['Doc_1'] }} @else NO Doc @endif

@if($params['Doc_2'] != "No Doc") {{ $params['Doc_2'] }} @else NO Doc @endif
@if ($message = Session::get('SuccessMsg')) @endif @if ($message = Session::get('errorMsg')) @endif @endsection