@extends(backpack_view('blank')) @section('content')

Prescription Scanner

{{-- Webcam preview --}}
{{-- Capture button --}} {{-- Form to submit photo --}} {{--
@csrf
--}} {{--
--}}
{{-- Display extracted data --}} @isset($data)
Extracted Prescription Details
{{ json_encode($data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
@endisset
@csrf
Loading...
Analysing picture...
@endsection