@extends('main') @section('content')
| Carpet Code | Weaver Name | Last Scan Time | Second Last Scan Time | Latitude | Longitude | Action |
|---|---|---|---|---|---|---|
| {{ $first->carpet_code ?? '-' }} | {{ $first->weaver_name ?? '-' }} | {{ $first->scan_time ?? '-' }} | {{ $second->scan_time ?? '-' }} |
1st: {{ $firstLat }}
2nd: {{ $secondLat }}
|
{{-- Longitude Column --}}
1st: {{ $firstLng }}
2nd: {{ $secondLng }}
|
View Details |