@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Bio Attendance Sync @endsection @section('subcontent')

Bio Devices Sync

@foreach ($devices as $row)
{{ $row->name }}
{{ $row->ip }}
@method('post') @csrf
@endforeach
@endsection