@if(@$program->first_image)
@if(\Storage::disk('public')->exists($program->first_image))
@endif
@endif
@if(@$program->second_image)
@if(\Storage::disk('public')->exists(@$program->second_image))
@endif
@endif
@if(@$program->third_image)
@if(\Storage::disk('public')->exists(@$program->third_image))
@endif
@endif
@if(@$program->fourth_image)
@if(\Storage::disk('public')->exists(@$program->fourth_image))
@endif
@endif