@extends('layouts.app') @section('title', 'Doctor Profile') @section('content')

My Profile

@csrf @method('PUT')
@if($doctor->profile_picture_path)

Current: Profile

@endif
@if($doctor->letterhead_path)

Current: View

@endif
@if($doctor->stamp_path)

Current: View

@endif
@if($doctor->signature_path)

Current: View

@endif
@endsection