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

Upload Photo

Doctor Photo Upload

Kindly select the doctor's gender and language. The doctor is required to conduct video consultations in the chosen language.

@csrf

{{$doctor->doctorname}}

{{$doctor->mslno}}

{{$doctor->gender}}

{{$doctor->language}}

@if($doctor->photo)

@endif
Invalid file selected

@endsection @section('footer') @endsection