Examples:
$image = Post->getFirstMedia('{{ $gallery }}');
$imageUrl = $image->getFullUrl();
$imageTitle = $image->getCustomProperty('title');
$imageAlt = $image->getCustomProperty('alt');