@extends('frontend.layouts.app') @section('content')
View & Download Video
Doctor Photo

{{ $doctor->doctorname }}

{{ $doctor->designation ?? '' }}

@if($doctor->generated_video)
@else

The video has not been generated.

@endif
@endsection @section('footer') @include('frontend.layouts.partials.footer_posm') @endsection