@extends('Hardware_Asset.Navbar.hwnavbar') @section('content')
Service Entry Edit
@csrf
ENO
EDate
AssetID/Name
Ticket No
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
Service Type
@if($params['Type'] != "")
Type
@else
Supplier Name
@endif
Physical Damage
YES
NO
Reason
{{ $params['Reason'] }}
Status
*
{{ $params['Status'] }}
@foreach($Status as $Statuss) @if($params['Status_ID'] != $Statuss['Rowid'])
{{$Statuss['Name']}}
@endif @endforeach
Doc-1
*
@if($params['Doc_1'] != "No Doc")
{{ $params['Doc_1'] }}
@else NO Doc @endif
Doc-2
*
@if($params['Doc_2'] != "No Doc")
{{ $params['Doc_2'] }}
@else NO Doc @endif
Remarks
*
Cost
*
Invoice Date
*
Invoice NO
*
Submit
Are you sure want to delete this ?
Close
Delete
@if ($message = Session::get('SuccessMsg'))
{{$message}}
@endif @if ($message = Session::get('errorMsg'))
{{$message}}
@endif