@extends('layouts.app') @section('content')

PDF Viewer

@if (!isset($pdfUrl) || empty($pdfUrl))
PDF URL is not set. Please check your controller logic.
@else
PDF Source: {{ $pdfUrl }}
@endif
Page 1 / 1
@endsection @section('scripts') @endsection