@extends('admin.layouts.main') @php $page_name = 'Image map test'; @endphp @section('style') @endsection @section('content')
@if (!empty($map_imgs))
@foreach ($map_imgs as $i => $map_img)
Mapped Image
@foreach ($map_img['x'] as $j => $x)
@endforeach
@endforeach
@else

No previously mapped images found.

@endif
@csrf
@endsection @section('script') {{-- Your existing jQuery logic --}} {{-- MobileNet Classifier --}} @endsection