@extends('layout.user') @section('content')

{{$item->item_name}}

{{--
Serial No: CBLRI-{{$item->id}}
--}}
    @if(($item->photo_type == 'item_photo' && $item->is_group == 0) || $item->photo_type == 'single_photo' )
  • @endif

Item Details

    {{--
  • --}} {{-- Item Title--}} {{-- {{$item->item_title ?? \App\AppConstants::EMPTY_LABEL}}--}} {{--
  • --}}
  • Item Name {{$item->item_name ?? \App\AppConstants::EMPTY_LABEL}}
  • Room {{$item->room_name ?? \App\AppConstants::EMPTY_LABEL}}
  • Enter Barcode Number {{$item->brand ?? \App\AppConstants::EMPTY_LABEL}}
  • Model* {{$item->model ?? \App\AppConstants::EMPTY_LABEL}}
  • Serial Number* {{$item->serial_number ?? \App\AppConstants::EMPTY_LABEL}}
  • Purchased From* {{$item->purchased_from ?? \App\AppConstants::EMPTY_LABEL}}
  • Purchased Date* {{$item->purchased_date ?? \App\AppConstants::EMPTY_LABEL}}
  • Quantity * {{$item->quantity_lost ?? \App\AppConstants::EMPTY_LABEL}}
  • Cost to replace (EACH)
    Pre-Tax
    {{$item->cost_replace ?? \App\AppConstants::EMPTY_LABEL}}
  • Age @if(isset($item->age_year) && isset($item->age_month)) {{$item->age_year > 0 ? $item->age_year.' year(s) , ' : ''}} {{$item->age_month}} month(s) @else {{\App\AppConstants::EMPTY_LABEL}} @endif
  • @if(!empty($item->google_lens_url))
  • LKQ URL {{$item->google_lens_url ?? \App\AppConstants::EMPTY_LABEL}}
  • @endif

@include('modal.multi_label') @include('modal.document') @endsection @section('js_file')