@extends('main') @section('content')

Scan Log for product {{$carpet->gi_registration_no}}

@foreach($uloc as $value) @endforeach
S. No. Latitude Longitude
{{$i}} {{$value->latitude}} {{$value->longitude}}
@stop @section('script') @stop