@include('message.messages')
Presentation Photo
Uploading...
@if ($presentation_photo)
@elseif ($institution->presentation_photo)
@endif @error('presentation_photo') {{ $message }} @enderror
Studio Portrait Photo
Uploading...
@if ($studio_portrait_photo)
@elseif ($institution->studio_portrait_photo)
@endif @error('studio_portrait_photo') {{ $message }} @enderror